https://github.com/halide/Halide
Raw File
Tip revision: 1c6bcd5d4219d2dfd90c45d8eadad09ba78bbe12 authored by Steven Johnson on 27 June 2019, 22:05:15 UTC
more fixes
Tip revision: 1c6bcd5
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end
back to top