blob: c11d4f65d5882549799faa98040d3ed16bf8ea3d [file] [log] [blame]
package com.airbnb.lottie.animation.content;
import com.airbnb.lottie.model.KeyPathElement;
public interface KeyPathElementContent extends KeyPathElement, Content {
}