Initial commit
This commit is contained in:
15
sources/com/tencent/wxop/stat/ax.java
Normal file
15
sources/com/tencent/wxop/stat/ax.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package com.tencent.wxop.stat;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
class ax implements Runnable {
|
||||
final /* synthetic */ au a;
|
||||
|
||||
ax(au auVar) {
|
||||
this.a = auVar;
|
||||
}
|
||||
|
||||
@Override // java.lang.Runnable
|
||||
public void run() {
|
||||
this.a.i();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user