TextTypes
public enum TextTypes : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case line = "LINE" -
Undocumented
Declaration
Swift
case word = "WORD" -
Declaration
Swift
public var description: String { get }
View on GitHub
TextTypes Enumeration Reference