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