https://github.com/halide/Halide
Raw File
Tip revision: 28346746a8cfdb7d4b54c4bb493da07fe70f9b60 authored by Karima Ma on 21 August 2020, 14:40:16 UTC
adding manual schedules for demosaicing apps
Tip revision: 2834674
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property(strong, nonatomic) UIWindow *window;

@end
back to top