Newer
Older
exporter / IFramesSource.as
package
{
	public interface IFramesSource
	{
		function Go(callback);
		function GetFrames():Array;
		function GetData();
	}
}