@class NSObject; @protocol CKVAdminService; @interface CKVocabularyAdminEventSimulator : NSObject { NSObject *_adminService; double _timeout; BOOL _simulationFinished; } - (void)dealloc; - (long long)finish; - (void).cxx_destruct; - (void)handleTask:(unsigned short)a0 reason:(unsigned short)a1 completion:(id /* block */)a2; - (id)initWithAdminService:(id)a0; - (id)initWithAdminService:(id)a0 timeout:(double)a1; @end