https://github.com/halide/Halide
Raw File
Tip revision: 0efd871e7f9ea600dae452eee9d1cad2f7356720 authored by Z Stern on 08 October 2022, 14:51:23 UTC
Checkpoint work toward roundtrip test.
Tip revision: 0efd871
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property(strong, nonatomic) UIWindow *window;

@end
back to top