@class NSObject, NSNumber, NSHashTable; @protocol OS_dispatch_queue, NSObject; @interface FPReachabilityMonitor : NSObject { NSHashTable *_reachabilityObservers; struct __SCNetworkReachability { } *_reachabilityRef; NSObject *_queue; id _accountDidChangeNotificationObserver; NSNumber *_isCellularEnabledForDocumentsAndData; } @property (nonatomic) unsigned int reachabilityFlags; + (BOOL)isNetworkReachableForFlags:(unsigned int)a0; + (id)sharedReachabilityMonitor; + (id)_notifAccountStore; - (id)init; - (void)dealloc; - (void)removeObserver:(id)a0; - (void)invalidate; - (void).cxx_destruct; - (void)addObserver:(id)a0; - (void)_accountDidChange; - (BOOL)_isCellularAllowedForBR; - (BOOL)isNetworkReachableForBundle:(id)a0; @end