Declaration

var isSuppressingCount: Bool { get set }

Declaration

@property (assign, getter=isSuppressingCount) BOOL suppressCount;

Declaration

isSuppressingCount() -> bool
setSuppressCount_(suppressCount: bool)