Property definitions

ios $ UIScrollView :: defaultinit
# Support for displaying content larger than the window
extern class UIScrollView in "ObjC" `{ UIScrollView* `}
	super UIView

	new in "ObjC" `{ return [[UIScrollView alloc] init]; `}
end
lib/ios/ui/uikit.nit:690,1--695,3