using UnityEditor; using UnityEngine; namespace litefeel.Finder.Editor { interface IFinderWindow { void InitAsset(Object obj); } }