@class NSString; @protocol APKRemoteInspectorPageEventDispatcherProtocol, APKRemoteInspectorPageAgentDelegate; @interface APKRemoteInspectorPageAgent : NSObject @property (readonly, nonatomic) id dispatcher; @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)initWithDispatcher:(id)a0; - (void).cxx_destruct; - (void)disableWithErrorCallback:(id /* block */)a0 successCallback:(id /* block */)a1; - (void)enableWithErrorCallback:(id /* block */)a0 successCallback:(id /* block */)a1; - (void)getResourceContentWithErrorCallback:(id /* block */)a0 successCallback:(id /* block */)a1 frameId:(id)a2 url:(id)a3; - (void)getResourceTreeWithErrorCallback:(id /* block */)a0 successCallback:(id /* block */)a1; @end