add iOS support
This commit is contained in:
17
PanoPainter/AppDelegate.h
Normal file
17
PanoPainter/AppDelegate.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// AppDelegate.h
|
||||
// PanoPainter
|
||||
//
|
||||
// Created by Omar Mohamed Ali Mudhir on 07/05/17.
|
||||
// Copyright © 2017 Omar Mohamed Ali Mudhir. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||||
|
||||
@property (strong, nonatomic) UIWindow *window;
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user