diff options
Diffstat (limited to 'examples/cross_calculator/ios/src/AppDelegate.h')
-rw-r--r-- | examples/cross_calculator/ios/src/AppDelegate.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/cross_calculator/ios/src/AppDelegate.h b/examples/cross_calculator/ios/src/AppDelegate.h deleted file mode 100644 index a5a8b3852..000000000 --- a/examples/cross_calculator/ios/src/AppDelegate.h +++ /dev/null @@ -1,7 +0,0 @@ -#import <UIKit/UIKit.h> - -@interface AppDelegate : UIResponder <UIApplicationDelegate> - -@property (strong, nonatomic) UIWindow *window; - -@end |