MCLFeature
NS_OPTIONS(unsigned long, MCLFeature) {
// clang-format off
kMCLFeatureNone = 0,
kMCLFeatureGifs = 1 << 0,
kMCLFeatureAnalytics = 1 << 1,
kMCLFeatureGifUpload = 1 << 2,
kMCLFeatureGifPersistency = 1 << 3,
kMCLFeatureShareNoCopyGif = 1 << 4,
kMCLFeatureShareCopyLink = 1 << 5,
// clang-format on
}
-
Declaration
Objective-C
kMCLFeatureNone = 0
-
Declaration
Objective-C
kMCLFeatureGifs = 1 << 0
Swift
static var gifs: MCLFeature { get }
-
Declaration
Objective-C
kMCLFeatureAnalytics = 1 << 1
Swift
static var analytics: MCLFeature { get }
-
Declaration
Objective-C
kMCLFeatureGifUpload = 1 << 2
Swift
static var gifUpload: MCLFeature { get }
-
Declaration
Objective-C
kMCLFeatureGifPersistency = 1 << 3
Swift
static var gifPersistency: MCLFeature { get }
-
Declaration
Objective-C
kMCLFeatureShareNoCopyGif = 1 << 4
Swift
static var shareNoCopyGif: MCLFeature { get }
-
Declaration
Objective-C
kMCLFeatureShareCopyLink = 1 << 5
Swift
static var shareCopyLink: MCLFeature { get }