what-the-bank/sources/com/airbnb/lottie/animation/content/ShapeModifierContent.java

9 lines
234 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.airbnb.lottie.animation.content;
import com.airbnb.lottie.model.content.ShapeData;
/* loaded from: classes.dex */
public interface ShapeModifierContent extends Content {
ShapeData modifyShape(ShapeData shapeData);
}