home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2012 April / ME_04_2012.iso / Video-Tutorial / iPhoto / media / player.swf / scripts / mx / resources / IResourceBundle.as next >
Encoding:
Text File  |  2011-11-11  |  217 b   |  13 lines

  1. package mx.resources
  2. {
  3.    public interface IResourceBundle
  4.    {
  5.       function get bundleName() : String;
  6.       
  7.       function get content() : Object;
  8.       
  9.       function get locale() : String;
  10.    }
  11. }
  12.  
  13.