// // CheckInternetTool.h // SeeTheDay // // Created by qiuhui on 2021/11/26. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface CheckInternetTool : NSObject +(void)showPage; @end NS_ASSUME_NONNULL_END