- 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
17 lines
372 B
Java
17 lines
372 B
Java
package com.applovin.impl;
|
|
|
|
import android.text.SpannedString;
|
|
import com.applovin.impl.dc;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class fj extends dc {
|
|
public String toString() {
|
|
return "SectionListItemViewModel{text=" + ((Object) this.c) + "}";
|
|
}
|
|
|
|
public fj(String str) {
|
|
super(dc.c.SECTION);
|
|
this.c = new SpannedString(str);
|
|
}
|
|
}
|