namespace Cell { public interface ITickUI { public void TickUI() { } } }