https://github.com/halide/Halide
Raw File
Tip revision: b1d03669c065e52a83c947edc219b36b3abfd0e0 authored by Steven Johnson on 12 October 2020, 21:12:54 UTC
wip
Tip revision: b1d0366
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property(strong, nonatomic) UIWindow *window;

@end
back to top