https://github.com/halide/Halide
Raw File
Tip revision: 51108191ecd13320950bc1a6e53ffac365deeade authored by Patricia Suriana on 12 January 2018, 20:08:09 UTC
Use std::reverse
Tip revision: 5110819
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end
back to top