@class NSString, ICSQLiteConnection; @interface ICDelegateAccountStoreSQLWriter : NSObject { ICSQLiteConnection *_connection; BOOL _isValid; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)setIdentityProperties:(id)a0 forUserIdentity:(id)a1 completionHandler:(id /* block */)a2; - (void)removeTokenForUserIdentity:(id)a0 completionHandler:(id /* block */)a1; - (void)_setToken:(id)a0 forIdentityKey:(id)a1; - (void)setToken:(id)a0 forUserIdentity:(id)a1 completionHandler:(id /* block */)a2; - (void)invalidate; - (void)removeDelegationUUIDs:(id)a0 forUserIdentity:(id)a1 completionHandler:(id /* block */)a2; - (id)initWithConnection:(id)a0; - (void)addDelegationUUIDs:(id)a0 forUserIdentity:(id)a1 completionHandler:(id /* block */)a2; - (BOOL)_removeTokenForIdentityKey:(id)a0; - (void).cxx_destruct; - (BOOL)_removeAccountForIdentityKey:(id)a0; - (void)removeAllTokensWithCompletionHandler:(id /* block */)a0; - (void)removeIdentityPropertiesForUserIdentity:(id)a0 completionHandler:(id /* block */)a1; - (void)removeTokensExpiringBeforeDate:(id)a0 completionHandler:(id /* block */)a1; @end