Created
November 25, 2010 07:24
-
-
Save jhaynie/715030 to your computer and use it in GitHub Desktop.
Titanium.UI AS3 binding file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package Titanium | |
{ | |
package UI | |
{ | |
public class Window extends View | |
{ | |
public native function open ( params : Object = undefined ) : void; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment