@class NSThread, NSFileHandle; @protocol SCRDFileReaderDelegate; @interface SCRDFileReader : NSObject { id _delegate; NSThread *_readerThread; NSFileHandle *_fileHandle; int _threadStartCount; } - (void)dealloc; - (BOOL)hasStarted; - (void)start; - (void)invalidate; - (BOOL)isValid; - (void).cxx_destruct; - (void)_readHandler:(id)a0; - (id)initWithDelegate:(id)a0 fileHandle:(id)a1; - (void)invalidateWithWait:(BOOL)a0; @end