blob: b8fb1cb45f02daf452e867849d87d18e2517f171 [file] [log] [blame]
package com.airbnb.lottie.model.animatable;
import com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation;
public interface AnimatableValue<K, A> {
BaseKeyframeAnimation<K, A> createAnimation();
}