@class NSString, NSObject; @protocol OS_os_transaction; @interface CLOSTransaction : NSObject { NSString *_description; NSObject *_transaction; } - (void)dealloc; - (id)initWithDescription:(const char *)a0; @end