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

  1. package mx.effects
  2. {
  3.    import flash.events.IEventDispatcher;
  4.    
  5.    public interface IAbstractEffect extends IEventDispatcher
  6.    {
  7.       
  8.    }
  9. }
  10.  
  11.