package com.airbnb.lottie.value;
/* loaded from: classes.dex */
public interface SimpleLottieValueCallback<T> {
T getValue(LottieFrameInfo<T> lottieFrameInfo);
}