https://github.com/halide/Halide
Raw File
Tip revision: ccee94ff3692a9c7aa4efcc2c8b55bdeb02c02a2 authored by Dillon Sharlet on 14 July 2021, 00:36:05 UTC
None -> Truncate
Tip revision: ccee94f
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property(strong, nonatomic) UIWindow *window;

@end
back to top