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