Declaration

var flag: Int32 { get set }

Declaration

@property (nonatomic, assign) int flag;

Declaration

flag() -> int
setFlag_(flag: int)