https://github.com/halide/Halide
Raw File
Tip revision: 32d529ac1b6bfc2b420825c7f3d24730dbf38a33 authored by Andrew Adams on 11 July 2023, 00:57:37 UTC
Don't test onnx app in a 32-bit build
Tip revision: 32d529a
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property(strong, nonatomic) UIWindow *window;

@end
back to top