infer_clone/examples/ios_hello/HelloWorldApp/AppDelegate.h

15 lines
186 B

//
// AppDelegate.h
// HelloWorldApp
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end