Added note about portions extracted from Apple's Reachability sample

This commit is contained in:
Blake Watters
2011-04-19 15:41:56 -04:00
parent b7df8e1f0a
commit 71f392acc5

View File

@@ -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;