using UnityEngine; namespace UnityEngine.UI { public interface ISpriteLoad { void Load(string assetName, System.Action callBack); } }