// // Copyright 2017 Signal Messenger, LLC // SPDX-License-Identifier: AGPL-3.0-only // NS_ASSUME_NONNULL_BEGIN #ifndef TextSecureKit_TSStorageKeys_h #define TextSecureKit_TSStorageKeys_h /** * Preferences exposed to the user */ #pragma mark User Preferences #define TSStorageUserPreferencesCollection @"TSStorageUserPreferencesCollection" /** * Internal settings of the application, not exposed to the user. */ #pragma mark Internal Settings #define TSStorageInternalSettingsVersion @"TSLastLaunchedVersion" #endif NS_ASSUME_NONNULL_END