Declaration

var bottomValue: Int { get set }

Declaration

@property (nonatomic, assign) NSInteger bottomValue;

Declaration

bottomValue() -> int
setBottomValue_(bottomValue: int)