package r5;

import android.graphics.drawable.Drawable;
import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public interface b {
    @Nullable
    Drawable getCurrentDrawable();
}
