/lib/titanium/mobile/core/Size.hx
http://github.com/visup/haxe-titanium-api · Haxe · 14 lines · 6 code · 2 blank · 6 comment · 0 complexity · 985a1bcb39d9a805fd29ef70e8fdd8e5 MD5 · raw file
- package titanium.mobile.core;
- /**
- Size class
- Documentation available at:
- None.
- **/
- typedef Size =
- {
- width:Float,
- height:Float
- }