mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
11 lines
No EOL
171 B
ActionScript
Executable file
11 lines
No EOL
171 B
ActionScript
Executable file
package
|
|
{
|
|
import flash.display.Sprite;
|
|
|
|
public class srs_player extends Sprite
|
|
{
|
|
public function srs_player()
|
|
{
|
|
}
|
|
}
|
|
} |