Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 8b1b869

Browse files
author
Rad Azzouz
committed
Merge branch 'master' into new/swift-demo-apps
2 parents c142802 + 8526fb0 commit 8b1b869

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Demos/App Demo for iOS/App Demo for iOS/AppDelegate.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@
1010

1111
@interface AppDelegate : UIResponder <UIApplicationDelegate>
1212

13+
@property (strong, nonatomic) UIWindow *window;
14+
1315
@end
1416

Demos/WebView Demo for iOS/WebView Demo for iOS/AppDelegate.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@
1010

1111
@interface AppDelegate : UIResponder <UIApplicationDelegate>
1212

13+
@property (strong, nonatomic) UIWindow *window;
14+
1315
@end
1416

0 commit comments

Comments
 (0)