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