https://github.com/halide/Halide
Raw File
Tip revision: a9ab983cb84ce13b48cd0614b1654af89c665a0f authored by Z Stern on 10 June 2020, 06:20:01 UTC
Small wording improvements.
Tip revision: a9ab983
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property(strong, nonatomic) UIWindow *window;

@end
back to top