@class RUIObjectModel, NSString, RUIServerHookResponse; @protocol RUIServerHookDelegate; @interface AAUICDPRecoveryKeyHook : NSObject @property (retain, nonatomic) RUIServerHookResponse *serverHookResponse; @property (retain, nonatomic) RUIObjectModel *objectModel; @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)helperWithPresenter:(id)a0 forceInline:(BOOL)a1; - (void).cxx_destruct; - (void)processElement:(id)a0 attributes:(id)a1 objectModel:(id)a2 completion:(id /* block */)a3; - (void)processObjectModel:(id)a0 completion:(id /* block */)a1; - (BOOL)shouldMatchElement:(id)a0; - (BOOL)shouldMatchModel:(id)a0; - (void)_deleteRecoveryKey:(id /* block */)a0; - (void)_generateRecoveryKeyWithType:(long long)a0 attributes:(id)a1 completion:(id /* block */)a2; - (BOOL)_shouldMatchAction:(id)a0; - (void)_verifyRecoveryKeyWithType:(long long)a0 attributes:(id)a1 completion:(id /* block */)a2; @end