#import @interface Util : NSObject //判断网络是否连接 +(BOOL) connectedToNetWork; @end