ImageFileType

public enum ImageFileType : String, CustomStringConvertible, Codable

Undocumented

  • png

    Undocumented

    Declaration

    Swift

    case png = "PNG"
  • Declaration

    Swift

    public var description: String { get }