istereo2

diff src/ios/app_delegate.h @ 0:7841e9365065

new istereo done right
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 16 Sep 2015 07:10:02 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/ios/app_delegate.h	Wed Sep 16 07:10:02 2015 +0300
     1.3 @@ -0,0 +1,13 @@
     1.4 +#ifndef APP_DELEGATE_H_
     1.5 +#define APP_DELEGATE_H_
     1.6 +
     1.7 +#import <UIKit/UIKit.h>
     1.8 +
     1.9 +@interface AppDelegate : UIResponder <UIApplicationDelegate> {
    1.10 +}
    1.11 +
    1.12 +@property (nonatomic, retain) UIWindow *window;
    1.13 +
    1.14 +@end	/* AppDelegate */
    1.15 +
    1.16 +#endif	/* APP_DELEGATE_H_ */