Get any object of this set

Property definitions

ios $ NSSet_UITouch :: any_object
	# Get any object of this set
	fun any_object: UITouch in "ObjC" `{ return [self anyObject]; `}
lib/ios/glkit.nit:189,2--190,65