blob: 70105fbd99127f2e2bad36f82fea697761707399 [file] [log] [blame]
package com.airbnb.lottie;
interface AnimatableValue<V, O> {
V valueFromObject(Object object, float scale);
BaseKeyframeAnimation<?, O> createAnimation();
boolean hasAnimation();
}