blob: b71470e4cb55872a466771fb6725ae2838881858 [file] [log] [blame]
package com.airbnb.lottie;
public interface Cancellable {
void cancel();
}