Sfoglia il codice sorgente

Remove unused @class delcaration

Ryan Olson 11 anni fa
parent
commit
2e516615bd
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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