blob: 13f3cca38170ce6b56dbc26dce8b7295dd81dc66 [file] [log] [blame]
package com.airbnb.lottie;
import java.util.List;
interface Content {
void setContents(List<Content> contentsBefore, List<Content> contentsAfter);
}