20 lines
646 B
Java
20 lines
646 B
Java
|
package com.scb.phone.view.fragment.hml;
|
||
|
|
||
|
import android.os.Bundle;
|
||
|
import android.view.LayoutInflater;
|
||
|
import android.view.View;
|
||
|
import android.view.ViewGroup;
|
||
|
import com.scb.phone.R;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class HmlRepaymentMethodFragment extends Hilt_HmlRepaymentMethodFragment {
|
||
|
public static HmlRepaymentMethodFragment d() {
|
||
|
return new HmlRepaymentMethodFragment();
|
||
|
}
|
||
|
|
||
|
@Override // androidx.fragment.app.Fragment
|
||
|
public View onCreateView(LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) {
|
||
|
return layoutInflater.inflate(R.layout.2131559719, (ViewGroup) null, false);
|
||
|
}
|
||
|
}
|