|
@@ -14,7 +14,7 @@
|
|
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <Foundation/Foundation.h>
|
|
|
|
|
|
|
|
-extern NSString *const kFLEXNetworkObserverEnabledStateChangedNotification;
|
|
|
|
|
|
|
+FOUNDATION_EXTERN NSString *const kFLEXNetworkObserverEnabledStateChangedNotification;
|
|
|
|
|
|
|
|
/// This class swizzles NSURLConnection and NSURLSession delegate methods to observe events in the URL loading system.
|
|
/// This class swizzles NSURLConnection and NSURLSession delegate methods to observe events in the URL loading system.
|
|
|
/// High level network events are sent to the default FLEXNetworkRecorder instance which maintains the request history and caches response bodies.
|
|
/// High level network events are sent to the default FLEXNetworkRecorder instance which maintains the request history and caches response bodies.
|