5 lines
No EOL
90 B
C#
5 lines
No EOL
90 B
C#
namespace Presenter {
|
|
public interface IInputCallback {
|
|
void OnInputReceived();
|
|
}
|
|
} |