Declaration

var work: Bool { get set }

Declaration

@property (nonatomic, assign) BOOL work;

Declaration

work() -> bool
setWork_(work: bool)