CheckInternetTool.h 230 B

12345678910111213141516
  1. //
  2. // CheckInternetTool.h
  3. // SeeTheDay
  4. //
  5. // Created by qiuhui on 2021/11/26.
  6. //
  7. #import <Foundation/Foundation.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface CheckInternetTool : NSObject
  10. +(void)showPage;
  11. @end
  12. NS_ASSUME_NONNULL_END