2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
9 @
class NSMutableSet
, NSString
;
11 @interface UIReachabilityRequest
: NSObject
14 struct __SCNetworkReachability
*_reachability
;
15 NSMutableSet
*_observers
;
17 BOOL _receivedAtLeastOneCallback
;
20 - (id
)initWithHostname
:(id
)fp8
;
23 - (void)_setReachable
:(BOOL
)fp8
;
24 - (void)_reachabilityChangedWithFlags
:(unsigned int)fp8
;
26 - (void)addObserver
:(id
)fp8
;
27 - (void)removeObserver
:(id
)fp8
;