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