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