mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-25 21:35:36 +08:00
Added note about portions extracted from Apple's Reachability sample
This commit is contained in:
@@ -23,7 +23,10 @@ typedef enum {
|
||||
|
||||
/**
|
||||
* Provides a notification based interface for monitoring changes
|
||||
* to network status
|
||||
* to network status8
|
||||
*
|
||||
* Portions of this software are derived from the Apple Reachability
|
||||
* code sample: http://developer.apple.com/library/ios/#samplecode/Reachability/Listings/Classes_Reachability_m.html
|
||||
*/
|
||||
@interface RKReachabilityObserver : NSObject {
|
||||
SCNetworkReachabilityRef _reachabilityRef;
|
||||
|
||||
Reference in New Issue
Block a user