https://github.com/halide/Halide
Raw File
Tip revision: 25db7fe3c596d27edc35eaf76ccc165cfa0d42ee authored by Steven Johnson on 12 October 2018, 20:29:30 UTC
Blacklist async_copy_chain on Windows for now (Issue #3358)
Tip revision: 25db7fe
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end
back to top