package com.airbnb.lottie.model; import com.airbnb.lottie.value.LottieValueCallback; import java.util.List; /* loaded from: classes.dex */ public interface KeyPathElement { void addValueCallback(T t, LottieValueCallback lottieValueCallback); void resolveKeyPath(KeyPath keyPath, int i, List list, KeyPath keyPath2); }