home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / HexiomConnect.swf / scripts / mx / styles / IStyleModule.as < prev    next >
Encoding:
Text File  |  2008-08-29  |  121 b   |  10 lines

  1. package mx.styles
  2. {
  3.    public interface IStyleModule
  4.    {
  5.        
  6.       
  7.       function unload() : void;
  8.    }
  9. }
  10.