namespace SK.Framework { /// /// 单例接口 /// public interface ISingleton { /// /// 初始化事件 /// void OnInit(); } }