https://github.com/halide/Halide
Raw File
Tip revision: c3fce09f13377b80506dc2e655f982247864a206 authored by Tzu-Mao Li on 28 August 2019, 20:23:30 UTC
better wording for autodiff error
Tip revision: c3fce09
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end
back to top