TalkAccount.m 242 B

123456789101112131415
  1. /**
  2. * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
  3. * SPDX-License-Identifier: GPL-3.0-or-later
  4. */
  5. #import "TalkAccount.h"
  6. @implementation TalkAccount
  7. + (NSString *)primaryKey
  8. {
  9. return @"accountId";
  10. }
  11. @end