Declaration

var value: CGFloat { get set }

Declaration

@property (nonatomic) CGFloat value;

Declaration

value() -> float
setValue_(value: float)