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