Skip to content

Instantly share code, notes, and snippets.

@jhaynie
Created November 25, 2010 07:24
Show Gist options
  • Save jhaynie/715030 to your computer and use it in GitHub Desktop.
Save jhaynie/715030 to your computer and use it in GitHub Desktop.
Titanium.UI AS3 binding file
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