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

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