https://github.com/halide/Halide
Raw File
Tip revision: ec551ee912014bfccdc79bd19475c68a774d8597 authored by Andrew Adams on 13 June 2022, 18:38:59 UTC
Appease clang-tidy
Tip revision: ec551ee
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property(strong, nonatomic) UIWindow *window;

@end
back to top