Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce93172

Browse files
authored
Merge pull request Tencent#76 from EngsShi/fix-iOSDemoXlog-warning-Could-not-found-window
修复AppDelegate中未设置window的警告
2 parents fee4ead + 904a96a commit ce93172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/iOS/iOSDemoXlog/iOSDemo/AppDelegate.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
@interface AppDelegate : UIResponder <UIApplicationDelegate>
2424

25+
@property (nonatomic, strong) UIWindow *window;
2526

2627
@end
2728

0 commit comments

Comments
 (0)