mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 00:52:31 -06:00
6 lines
168 B
Java
6 lines
168 B
Java
package com.airbnb.lottie.value;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface SimpleLottieValueCallback<T> {
|
|
T getValue(LottieFrameInfo<T> lottieFrameInfo);
|
|
}
|