Declaration

var weightValue: CGFloat { get set }

Declaration

@property (nonatomic, assign) CGFloat weightValue;

Declaration

weightValue() -> float
setWeightValue_(weightValue: float)