@class NSString, NSMutableData, NSInputStream; @interface ASDataWBXMLToXMLConverter : ASWBXMLToXMLConverter <NSStreamDelegate> { NSInputStream *_input; NSMutableData *_output; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)dealloc; - (BOOL)runSynchronously; - (void)stream:(id)a0 handleEvent:(unsigned long long)a1; - (void).cxx_destruct; - (id)initWithWBXMLData:(id)a0 forOutput:(id)a1 usingMetadata:(BOOL)a2; - (void)outputData:(id)a0; - (void)outputString:(id)a0; - (long long)readFromInput; @end