Files
Nim/examples/cross_calculator/ios/src/AppDelegate.h
2012-09-08 22:41:17 +02:00

8 lines
141 B
Objective-C

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