@class NSObject; @protocol OS_dispatch_queue; @interface VCPInternetReachability : NSObject { NSObject *_callbackQueue; struct __SCNetworkReachability { } *_reachability; } @property (readonly, nonatomic) BOOL hasWifiOrEthernetConnection; + (id)sharedInstance; - (id)init; - (void)dealloc; - (void).cxx_destruct; - (void)setReachabilityForFlags:(unsigned int)a0 update:(BOOL)a1; @end