- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
26 lines
656 B
Java
26 lines
656 B
Java
package com.mbridge.msdk.dycreator.f;
|
|
|
|
import com.mbridge.msdk.dycreator.wrapper.DyOption;
|
|
import com.mbridge.msdk.foundation.entity.CampaignEx;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class a implements com.mbridge.msdk.dycreator.f.a.a {
|
|
private DyOption a;
|
|
private CampaignEx b;
|
|
|
|
@Override // com.mbridge.msdk.dycreator.f.a.a
|
|
public final CampaignEx getBindData() {
|
|
return this.b;
|
|
}
|
|
|
|
@Override // com.mbridge.msdk.dycreator.f.a.a
|
|
public final DyOption getEffectData() {
|
|
return this.a;
|
|
}
|
|
|
|
public a(DyOption dyOption) {
|
|
this.a = dyOption;
|
|
this.b = dyOption.getCampaignEx();
|
|
}
|
|
}
|