8 lines
130 B
Swift
8 lines
130 B
Swift
|
|
enum SecurityScopeBookmark: String {
|
|
|
|
case outputPath = "outputPathBookmark"
|
|
|
|
case contentPath = "contentPathBookmark"
|
|
}
|