@class ACAccountStore, NSObject; @protocol OS_dispatch_queue, ACUIAccountOperationsDelegate; @interface ACUIAccountOperationsHelper : NSObject { ACAccountStore *_accountStore; NSObject *_accountOperationsQueue; } @property BOOL isSavingAccount; @property BOOL isRemovingAccount; @property (weak, nonatomic) id delegate; - (id)initWithAccountStore:(id)a0; - (void)removeAccount:(id)a0; - (void)saveAccount:(id)a0 withDataclassActions:(id)a1 requireVerification:(BOOL)a2 completion:(id /* block */)a3; - (void)saveAccount:(id)a0 withDataclassActions:(id)a1 requireVerification:(BOOL)a2; - (id)_desiredDataclassActionsFromPossibleActions:(id)a0 forAccount:(id)a1 withError:(id *)a2; - (void)saveAccount:(id)a0; - (void)saveAccount:(id)a0 withDataclassActions:(id)a1; - (id)dataclassActionsForAccountSave:(id)a0 forDataclass:(id)a1 error:(id *)a2; - (void).cxx_destruct; - (void)saveAccount:(id)a0 requireVerification:(BOOL)a1; - (void)saveAccount:(id)a0 requireVerification:(BOOL)a1 completion:(id /* block */)a2; @end