https://github.com/halide/Halide
Raw File
Tip revision: f7776c87d0eda3f16238595718e5f6422fb3318d authored by Andrew Adams on 06 September 2023, 17:06:20 UTC
Merge remote-tracking branch 'origin/main' into abadams/enable_f16c
Tip revision: f7776c8
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property(strong, nonatomic) UIWindow *window;

@end
back to top