Declaration

@IBOutlet weak var cropRightField: NSTextField! { get set }

Declaration

@property (nonatomic, weak) NSTextField * cropRightField;

Declaration

cropRightField() -> NSTextField
setCropRightField_(cropRightField: NSTextField)