mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
10 lines
217 B
Java
10 lines
217 B
Java
package com.airbnb.lottie.animation.content;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface Content {
|
|
String getName();
|
|
|
|
void setContents(List<Content> list, List<Content> list2);
|
|
}
|