1 package com.airbnb.lottie.animation.content; 2 3 import com.airbnb.lottie.model.KeyPathElement; 4 5 public interface KeyPathElementContent extends KeyPathElement, Content { 6 } 7