22 lines
454 B
Java
22 lines
454 B
Java
|
package com.scb.phone.view.fragment.donations;
|
||
|
|
||
|
import android.widget.ImageView;
|
||
|
import android.widget.TextView;
|
||
|
import butterknife.BindView;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class ShareMomentScreenshotFragment extends Hilt_ShareMomentScreenshotFragment {
|
||
|
|
||
|
@BindView
|
||
|
public ImageView mSharingImage;
|
||
|
|
||
|
@BindView
|
||
|
public ImageView mSharingLogo;
|
||
|
|
||
|
@BindView
|
||
|
public TextView mSubText;
|
||
|
|
||
|
@BindView
|
||
|
public TextView mTitle;
|
||
|
}
|