- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
23 lines
459 B
Java
23 lines
459 B
Java
package com.facebook.ads.internal.api;
|
|
|
|
import android.graphics.Typeface;
|
|
import androidx.annotation.Keep;
|
|
|
|
@Keep
|
|
/* loaded from: classes2.dex */
|
|
public interface NativeAdViewAttributesApi {
|
|
void setBackgroundColor(int i);
|
|
|
|
void setCTABackgroundColor(int i);
|
|
|
|
void setCTABorderColor(int i);
|
|
|
|
void setCTATextColor(int i);
|
|
|
|
void setPrimaryTextColor(int i);
|
|
|
|
void setSecondaryTextColor(int i);
|
|
|
|
void setTypeface(Typeface typeface);
|
|
}
|