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