CheckInternetTool.m 592 B

123456789101112131415161718192021222324252627282930
  1. //
  2. // CheckInternetTool.m
  3. // SeeTheDay
  4. //
  5. // Created by qiuhui on 2021/11/26.
  6. //
  7. #import "CheckInternetTool.h"
  8. @implementation CheckInternetTool
  9. //+(void)checkPage:(UIViewController *)vc
  10. //{
  11. // //首页
  12. // //实况页面
  13. // LiveCtrl * liveVC = [[LiveCtrl alloc]init];
  14. //
  15. //}
  16. +(void)showPage
  17. {
  18. // if (type == 0) {//首页
  19. //
  20. // }else{
  21. // OtherNoInternetCtrl * noInterVC = [[OtherNoInternetCtrl alloc]init];
  22. // UIWindow * window = [[[UIApplication sharedApplication] windows] objectAtIndex:0];
  23. // [window addSubview:noInterVC.view];
  24. // }
  25. }
  26. @end