ios/BitwardenShared/Core/Platform/Utilities/FeatureFlagsConstants.swift

13 lines
279 B
Swift

import Foundation
// MARK: - FeatureFlagsConstants
/// An enumeration of feature flags.
///
enum FeatureFlagsConstants {
// MARK: Properties
/// A flag that enables individual cipher encryption.
static let enableCipherKeyEncryption = "enableCipherKeyEncryption"
}