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

29 lines
612 B
Java

package com.tencent.wxop.stat;
import java.util.List;
/* loaded from: classes.dex */
class ba implements h {
final /* synthetic */ List a;
final /* synthetic */ boolean b;
final /* synthetic */ au c;
ba(au auVar, List list, boolean z) {
this.c = auVar;
this.a = list;
this.b = z;
}
@Override // com.tencent.wxop.stat.h
public void a() {
StatServiceImpl.c();
this.c.a(this.a, this.b, true);
}
@Override // com.tencent.wxop.stat.h
public void b() {
StatServiceImpl.d();
this.c.a(this.a, 1, this.b, true);
}
}