Constants.swift 414 B

1234567891011
  1. import UIKit
  2. public struct Constants {
  3. public struct Keys {
  4. static let deltachatUserProvidedCredentialsKey = "__DELTACHAT_USER_PROVIDED_CREDENTIALS_KEY__"
  5. static let deltachatImapEmailKey = "__DELTACHAT_IMAP_EMAIL_KEY__"
  6. static let deltachatImapPasswordKey = "__DELTACHAT_IMAP_PASSWORD_KEY__"
  7. }
  8. public static let notificationIdentifier = "deltachat-ios-local-notifications"
  9. }