| 123456789101112131415161718192021222324252627282930 |
- //
- // CheckInternetTool.m
- // SeeTheDay
- //
- // Created by qiuhui on 2021/11/26.
- //
- #import "CheckInternetTool.h"
- @implementation CheckInternetTool
- //+(void)checkPage:(UIViewController *)vc
- //{
- // //首页
- // //实况页面
- // LiveCtrl * liveVC = [[LiveCtrl alloc]init];
- //
- //}
- +(void)showPage
- {
- // if (type == 0) {//首页
- //
- // }else{
- // OtherNoInternetCtrl * noInterVC = [[OtherNoInternetCtrl alloc]init];
- // UIWindow * window = [[[UIApplication sharedApplication] windows] objectAtIndex:0];
- // [window addSubview:noInterVC.view];
- // }
-
- }
- @end
|