Declaration

var topValue: Int { get set }

Declaration

@property (nonatomic, assign) NSInteger topValue;

Declaration

topValue() -> int
setTopValue_(topValue: int)