Declaration

var countOfPoints: uint8 { get set }

Declaration

@property (nonatomic) uint8 countOfPoints;

Declaration

countOfPoints() -> uint8
setCountOfPoints_(countOfPoints: uint8)