DBFILESPathOrLinkTag

Objective-C

enum DBFILESPathOrLinkTag : NSInteger {}

Swift

@frozen enum DBFILESPathOrLinkTag : Int, @unchecked Sendable

The DBFILESPathOrLinkTag enum type represents the possible tag states with which the DBFILESPathOrLink union can exist.

  • (no description).

    Declaration

    Objective-C

    DBFILESPathOrLinkPath

    Swift

    case path = 0
  • (no description).

    Declaration

    Objective-C

    DBFILESPathOrLinkLink

    Swift

    case link = 1
  • (no description).

    Declaration

    Objective-C

    DBFILESPathOrLinkOther

    Swift

    case other = 2