]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIReachabilityRequest.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIReachabilityRequest.h
CommitLineData
2cd8f71b
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import <Foundation/NSObject.h>
8
9@class NSMutableSet, NSString;
10
11@interface UIReachabilityRequest : NSObject
12{
13 NSString *_hostname;
14 struct __SCNetworkReachability *_reachability;
15 NSMutableSet *_observers;
16 BOOL _isReachable;
17 BOOL _receivedAtLeastOneCallback;
18}
19
20- (id)initWithHostname:(id)fp8;
21- (void)dealloc;
22- (id)description;
23- (void)_setReachable:(BOOL)fp8;
24- (void)_reachabilityChangedWithFlags:(unsigned int)fp8;
25- (BOOL)_start;
26- (void)addObserver:(id)fp8;
27- (void)removeObserver:(id)fp8;
28- (BOOL)hasObservers;
29- (void)stop;
30
31@end
32