PSPDFSelectableCollectionViewCellStyle

Objective-C

NS_CLOSED_ENUM(NSUInteger, PSPDFSelectableCollectionViewCellStyle) {
    PSPDFSelectableCollectionViewCellStyleNone,
    PSPDFSelectableCollectionViewCellStyleCheckmark,
    PSPDFSelectableCollectionViewCellStyleBorder,
    PSPDFSelectableCollectionViewCellStyleDimmedBackgroundWithCheckmark,
}

Swift

@frozen enum SelectableCollectionViewCellStyle : UInt, @unchecked Sendable

Undocumented