namespace XGame.Framework.UI.View { public interface IUIControllerGroup { void AddController(IUIController controller); } }