flash on 2012-12-9
♥0 |
Line 14 |
Modified 2012-12-09 18:53:02 |
MIT License
archived:2017-03-20 03:49:43
ActionScript3 source code
/**
* Copyright TmskSt ( http://wonderfl.net/user/TmskSt )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/dsHC
*/
package {
import flash.display.Sprite;
public class FlashTest extends Sprite {
public function FlashTest() {
// write as3 code here..
}
}
}
class P implements I {
public function test(...args):void {
}
}
interface I {
function test(...args):void;
}