- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
34 lines
910 B
Java
34 lines
910 B
Java
package com.mbridge.msdk.video.module;
|
|
|
|
import android.content.Context;
|
|
import android.util.AttributeSet;
|
|
import android.widget.TextView;
|
|
import com.mbridge.msdk.video.signal.factory.b;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public class MBridgeClickCTAViewDiff extends MBridgeBaseView {
|
|
public TextView ctaTv;
|
|
|
|
@Override // com.mbridge.msdk.video.module.MBridgeBaseView
|
|
public void init(Context context) {
|
|
}
|
|
|
|
public void preLoadData(b bVar) {
|
|
}
|
|
|
|
public void setChinaCTAData() {
|
|
}
|
|
|
|
public MBridgeClickCTAViewDiff(Context context) {
|
|
super(context);
|
|
}
|
|
|
|
public MBridgeClickCTAViewDiff(Context context, AttributeSet attributeSet, boolean z, int i, boolean z2, int i2, int i3) {
|
|
super(context, attributeSet, z, i, z2, i2, i3);
|
|
}
|
|
|
|
public MBridgeClickCTAViewDiff(Context context, AttributeSet attributeSet) {
|
|
super(context, attributeSet);
|
|
}
|
|
}
|