ARTSummaryTotal

Objective-C

@interface ARTSummaryTotal : NSObject

Swift

class ARTSummaryTotal : NSObject, @unchecked Sendable

Summary with only total count.

  • Total count of items

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSInteger total;

    Swift

    var total: Int { get }
  • Initializes with total count.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithTotal:(NSInteger)total;

    Swift

    init(total: Int)

    Parameters

    total

    The total count