https://github.com/halide/Halide
Raw File
Tip revision: b52205a8058dc9e3e0cf1a2a547aa4ce871a389a authored by Steven Johnson on 09 October 2020, 22:45:18 UTC
Merge branch 'srj/tidymore' into srj/tidymore2
Tip revision: b52205a
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property(strong, nonatomic) UIWindow *window;

@end
back to top