7 lines
87 B
D
7 lines
87 B
D
|
module command.simpleremotecontrol.command;
|
||
|
|
||
|
interface Command
|
||
|
{
|
||
|
void execute();
|
||
|
}
|