Przeglądaj źródła

Remove unused @class delcaration

Ryan Olson 11 lat temu
rodzic
commit
2e516615bd

+ 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