https://github.com/halide/Halide
Raw File
Tip revision: 646e53ceb775176de3a2a2f8667ffdeef8b7ca64 authored by Andrew Adams on 24 February 2023, 23:08:18 UTC
Add test
Tip revision: 646e53c
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property(strong, nonatomic) UIWindow *window;

@end
back to top