Rabbit-R1/android (non root)/java/sources/com/airbnb/lottie/animation/content/KeyPathElementContent.java
2024-05-21 17:08:36 -04:00

7 lines
201 B
Java

package com.airbnb.lottie.animation.content;
import com.airbnb.lottie.model.KeyPathElement;
/* loaded from: classes2.dex */
public interface KeyPathElementContent extends KeyPathElement, Content {
}