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