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