CodeContentType
public enum CodeContentType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case plaintext = "PLAINTEXT" -
Undocumented
Declaration
Swift
case zipfile = "ZIPFILE" -
Declaration
Swift
public var description: String { get }
View on GitHub
CodeContentType Enumeration Reference