适配IPad

解决IPad打开小助手崩溃问题
This commit is contained in:
DKJone
2019-02-06 17:48:06 +08:00
parent 63d6a01cee
commit 009b2f1455
6 changed files with 38 additions and 7 deletions
@@ -319,6 +319,18 @@
@end
@interface CAppViewControllerManager: NSObject
+ (id)topViewControllerOfWindow:(id)arg1;
+ (id)topViewControllerOfMainWindow;
+ (id)topMostController;
+ (id)getCurrentNavigationController;
+ (id)getTabBarController;
+ (id)getAppViewControllerManager;
@end
#endif /* WechatHeaders_h */