GLD_NetworkReachability.h 264 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 // // GLD_NetworkReachability.h // GLD_Networking // // Created by yiyangkeji on 2017/6/27. // Copyright © 2017年 yiyangkeji. All rights reserved. // #import <Foundation/Foundation.h> @interface GLD_NetworkReachability : NSObject + (BOOL)isReachable; @end