blob: c7f6bfc63e199ddb3e2909fd03f1db8b0d0e23f9 [file] [log] [blame]
package com.airbnb.lottie.animation.content;
import android.graphics.Path;
interface PathContent extends Content {
Path getPath();
}