namespace FlappyBird.UI { public interface IGameUIController { void Bind(GameUIView view); } }