Util.h 128 B

123456789101112
  1. #import <Foundation/Foundation.h>
  2. @interface Util : NSObject
  3. //判断网络是否连接
  4. +(BOOL) connectedToNetWork;
  5. @end