package dd;

import androidx.annotation.Nullable;
import io.flutter.embedding.engine.systemchannels.PlatformChannel$ClipboardContentFormat;

/* JADX INFO: loaded from: classes.dex */
public interface o {
    @Nullable
    CharSequence getClipboardData(@Nullable PlatformChannel$ClipboardContentFormat platformChannel$ClipboardContentFormat);
}
