@class NSString, NSObject, SFUDataRepresentation; @protocol SFUInputStream, OS_dispatch_queue; @interface TSPDataRepReadChannel : NSObject { SFUDataRepresentation *_representation; id _inputStream; NSObject *_readQueue; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)close; - (void)dealloc; - (id)initWithRepresentation:(id)a0; - (void).cxx_destruct; - (void)readWithQueue:(id)a0 handler:(id /* block */)a1; @end