https://github.com/halide/Halide
Raw File
Tip revision: 7c033f339b67549247b30ffd56187ed0ad46c149 authored by Alex Reinking on 20 September 2022, 19:01:34 UTC
use forthcoming wabt 1.0.30
Tip revision: 7c033f3
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property(strong, nonatomic) UIWindow *window;

@end
back to top