using FairyGUI; namespace NBF { public interface INoticeComponent { void OnInit(GComponent root); void OnUpdate(); void OnDestroy(); } }