namespace UnityEngine.UI { public interface UILoadSpriteHand { void ReleaseUI(); Sprite GetSprite(); } }