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

9 lines
242 B
Java

package com.airbnb.lottie.animation.content;
import android.graphics.Path;
/* JADX INFO: Access modifiers changed from: package-private */
/* loaded from: classes2.dex */
public interface PathContent extends Content {
Path getPath();
}