Initial commit
This commit is contained in:
19
sources/com/tencent/wxop/stat/f.java
Normal file
19
sources/com/tencent/wxop/stat/f.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package com.tencent.wxop.stat;
|
||||
|
||||
import org.json.JSONObject;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
class f {
|
||||
int a;
|
||||
JSONObject b = new JSONObject();
|
||||
String c = "";
|
||||
int d = 0;
|
||||
|
||||
public f(int i) {
|
||||
this.a = i;
|
||||
}
|
||||
|
||||
String a() {
|
||||
return this.b.toString();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user