what-the-bank/sources/com/scb/phone/view/custom/transferandpay/CustomPhotoLeftDetails_View...

43 lines
2.2 KiB
Java

package com.scb.phone.view.custom.transferandpay;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import butterknife.Unbinder;
import com.scb.phone.R;
import o.pyT;
/* loaded from: classes5.dex */
public class CustomPhotoLeftDetails_ViewBinding implements Unbinder {
private CustomPhotoLeftDetails b;
public CustomPhotoLeftDetails_ViewBinding(CustomPhotoLeftDetails customPhotoLeftDetails, View view) {
this.b = customPhotoLeftDetails;
customPhotoLeftDetails.header = (TextView) pyT.e(view, R.id.photo_left_header_text_view, "field 'header'", TextView.class);
customPhotoLeftDetails.imageView = (ImageView) pyT.e(view, R.id.photo_left_image_view, "field 'imageView'", ImageView.class);
customPhotoLeftDetails.title = (TextView) pyT.e(view, R.id.photo_left_title_text_view, "field 'title'", TextView.class);
customPhotoLeftDetails.secondText = (TextView) pyT.e(view, R.id.second_text_view, "field 'secondText'", TextView.class);
customPhotoLeftDetails.thirdText = (TextView) pyT.e(view, R.id.third_text_view, "field 'thirdText'", TextView.class);
customPhotoLeftDetails.fourthText = (TextView) pyT.e(view, R.id.fourth_text_view, "field 'fourthText'", TextView.class);
customPhotoLeftDetails.dividirView = pyT.a(view, R.id.photo_left_item_divider, "field 'dividirView'");
customPhotoLeftDetails.dividirFullView = pyT.a(view, R.id.photo_left_item_divider_full, "field 'dividirFullView'");
}
@Override // butterknife.Unbinder
public final void a() {
CustomPhotoLeftDetails customPhotoLeftDetails = this.b;
if (customPhotoLeftDetails == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
customPhotoLeftDetails.header = null;
customPhotoLeftDetails.imageView = null;
customPhotoLeftDetails.title = null;
customPhotoLeftDetails.secondText = null;
customPhotoLeftDetails.thirdText = null;
customPhotoLeftDetails.fourthText = null;
customPhotoLeftDetails.dividirView = null;
customPhotoLeftDetails.dividirFullView = null;
}
}