@class NSSet, _DT_GCDAsyncSocket, DTXChannel, NSObject; @protocol OS_dispatch_queue; @interface DTAssetHTTPServer : NSObject @property (retain) _DT_GCDAsyncSocket *socket; @property (retain) NSObject *socketDelegateQueue; @property (readonly) unsigned long long port; @property (retain) DTXChannel *channel; @property (retain, nonatomic) NSSet *allowedResources; - (void).cxx_destruct; - (void)stopListening; - (BOOL)startListeningWithError:(id *)a0; - (void)socket:(id)a0 didAcceptNewSocket:(id)a1; @end