summary refs log tree commit diff stats
path: root/examples/cross_calculator/ios/src/AppDelegate.h
blob: a5a8b38522b653c89f1e81b56639ba1bb562a786 (plain) (blame)
1
2
3
4
5
6
7
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end