what-the-bank/sources/o/C1776aOB.java

16 lines
306 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.os.Trace;
/* renamed from: o.aOB, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C1776aOB {
public static void a(String str) {
Trace.beginSection(str);
}
public static void c() {
Trace.endSection();
}
}