blob: dce055f87de520164021fc4474c2ad0a479ed3d2 [file] [log] [blame]
package com.airbnb.lottie;
interface AnimatableValue<T> {
KeyframeAnimation<T> createAnimation();
boolean hasAnimation();
}