home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
HexiomConnect.swf
/
scripts
/
mx
/
resources
/
IResourceBundle.as
next >
Wrap
Text File
|
2008-08-29
|
232b
|
14 lines
package mx.resources
{
public interface IResourceBundle
{
function get content() : Object;
function get locale() : String;
function get bundleName() : String;
}
}