1using UnityEngine.Animations; 2 3namespace UnityEngine.U2D.Common 4{ 5 internal interface IPreviewable : IAnimationPreviewable { } 6}