package io.flutter.view;

import android.media.Image;
import androidx.annotation.Keep;
import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
@Keep
public interface TextureRegistry$ImageConsumer {
    @Nullable
    Image acquireLatestImage();
}
