package com.facebook.ads.internal.api; import androidx.annotation.Keep; import androidx.annotation.UiThread; @Keep @UiThread /* loaded from: classes2.dex */ public interface AdComponentViewApiProvider { AdComponentViewApi getAdComponentViewApi(); }