SLICType

Objective-C

NS_ENUM(int, SLICType) {
    SLIC = 100,
    SLICO = 101,
    MSLIC = 102
}

Swift

enum SLICType : Int32
  • Declaration

    Objective-C

    SLIC = 100

    Swift

    case SLIC = 100
  • Declaration

    Objective-C

    SLICO = 101

    Swift

    case SLICO = 101
  • Declaration

    Objective-C

    MSLIC = 102

    Swift

    case MSLIC = 102