5 lines
No EOL
74 B
C#
5 lines
No EOL
74 B
C#
namespace Presenter {
|
|
public interface IRoseGrow {
|
|
void Grow();
|
|
}
|
|
} |