Explorar el Código

Remove unused @class delcaration

Ryan Olson hace 11 años
padre
commit
2e516615bd
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      Classes/Network/PonyDebugger/FLEXNetworkObserver.h

+ 0 - 2
Classes/Network/PonyDebugger/FLEXNetworkObserver.h

@@ -14,8 +14,6 @@
 
 
 extern NSString *const kFLEXNetworkObserverEnabledStateChangedNotification;
 extern NSString *const kFLEXNetworkObserverEnabledStateChangedNotification;
 
 
-@class FLEXNetworkRecorder;
-
 /// 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.
 @interface FLEXNetworkObserver : NSObject
 @interface FLEXNetworkObserver : NSObject