jimu-decompiled/sources/com/tencent/wxop/stat/bd.java
2025-05-13 19:24:51 +02:00

21 lines
326 B
Java

package com.tencent.wxop.stat;
/* loaded from: classes.dex */
class bd {
long a;
String b;
int c;
int d;
public bd(long j, String str, int i, int i2) {
this.a = j;
this.b = str;
this.c = i;
this.d = i2;
}
public String toString() {
return this.b;
}
}