initial
This commit is contained in:
25
Pods/SwiftEntryKit/Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift
generated
Normal file
25
Pods/SwiftEntryKit/Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift
generated
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// EKAttributes+DisplayMode.swift
|
||||
// SwiftEntryKit
|
||||
//
|
||||
// Created by Daniel on 26/07/2019.
|
||||
// Copyright © 2019 CocoaPods. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public extension EKAttributes {
|
||||
|
||||
/** Display mode for the entry */
|
||||
enum DisplayMode {
|
||||
|
||||
/** The display mode is inferred from the current user interface style */
|
||||
case inferred
|
||||
|
||||
/** The display mode is light */
|
||||
case light
|
||||
|
||||
/** The display mode is dark */
|
||||
case dark
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user