29 lines
925 B
Java
29 lines
925 B
Java
|
package com.scb.phone.view.activity;
|
||
|
|
||
|
import android.view.View;
|
||
|
import com.google.android.gms.maps.MapView;
|
||
|
import com.scb.phone.R;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes4.dex */
|
||
|
public class ScbMapActivity_ViewBinding extends BaseActivity_ViewBinding {
|
||
|
private ScbMapActivity b;
|
||
|
|
||
|
public ScbMapActivity_ViewBinding(ScbMapActivity scbMapActivity, View view) {
|
||
|
super(scbMapActivity, view);
|
||
|
this.b = scbMapActivity;
|
||
|
scbMapActivity.mMapView = (MapView) pyT.e(view, R.id.map_view, "field 'mMapView'", MapView.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
||
|
public void a() {
|
||
|
ScbMapActivity scbMapActivity = this.b;
|
||
|
if (scbMapActivity == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
scbMapActivity.mMapView = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|