5 lines
No EOL
96 B
C#
5 lines
No EOL
96 B
C#
namespace Presenter {
|
|
public interface IExpressionInput {
|
|
void UpdateView(int score);
|
|
}
|
|
} |