istereo2
annotate src/ios/app_delegate.h @ 29:c6c45fa9658d
fixed jni calls for ads
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 08 Oct 2015 04:55:45 +0300 |
parents | |
children |
rev | line source |
---|---|
nuclear@0 | 1 #ifndef APP_DELEGATE_H_ |
nuclear@0 | 2 #define APP_DELEGATE_H_ |
nuclear@0 | 3 |
nuclear@0 | 4 #import <UIKit/UIKit.h> |
nuclear@0 | 5 |
nuclear@0 | 6 @interface AppDelegate : UIResponder <UIApplicationDelegate> { |
nuclear@0 | 7 } |
nuclear@0 | 8 |
nuclear@0 | 9 @property (nonatomic, retain) UIWindow *window; |
nuclear@0 | 10 |
nuclear@0 | 11 @end /* AppDelegate */ |
nuclear@0 | 12 |
nuclear@0 | 13 #endif /* APP_DELEGATE_H_ */ |