package com.exanimo.gallery { import com.exanimo.display.IDisplayObject; import flash.display.Bitmap; /** * * .. * * @langversion ActionScript 3 * @playerversion Flash 9.0.0 * * @author Eric Eldredge * @author Rich Perez * @author Matthew Tretter * @since 2009.01.12 * */ public interface IGalleryItem extends IDisplayObject { // // accessors // /** * * * */ function set source(source:Object):void; } }