Property definitions

ios $ NativeGLKViewController :: multiple_touch_enabled=
	fun multiple_touch_enabled=(val: Bool) in "ObjC" `{ return [self.view setMultipleTouchEnabled: val]; `}
lib/ios/glkit.nit:90,2--104