blob: 588744c6f2be379ee89f41b980c6a33f612f1389 [file] [log] [blame]
package com.airbnb.lottie;
import android.graphics.PointF;
public interface IAnimatablePathValue extends AnimatableValue<PointF, PointF> {
PointF getInitialPoint();
}