using UnityEngine; namespace Script.FrameWork.UI { public interface IUIPage { } }