diff options
Diffstat (limited to 'Example Apps/Example ObjC/AppDelegate.h')
-rw-r--r-- | Example Apps/Example ObjC/AppDelegate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Example Apps/Example ObjC/AppDelegate.h b/Example Apps/Example ObjC/AppDelegate.h index b86efb1a6..3f77674a3 100644 --- a/Example Apps/Example ObjC/AppDelegate.h +++ b/Example Apps/Example ObjC/AppDelegate.h @@ -7,6 +7,9 @@ @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; +@property (strong, nonatomic) UIWindow *passwordWindow; +@property (strong, nonatomic) UIWindow *popupWindow; +@property (strong, nonatomic) UIWindow *networkConnectionWindow; @end |