Explorar o código

Remove unused @class delcaration

Ryan Olson %!s(int64=11) %!d(string=hai) anos
pai
achega
2e516615bd
Modificáronse 1 ficheiros con 0 adicións e 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;
 
-@class FLEXNetworkRecorder;
-
 /// 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.
 @interface FLEXNetworkObserver : NSObject