1
2
3
4
5
6
7
8
9
10
11
12
| package safeluck.drive.evaluation.fragment.rulefragments;
|
| import me.yokeyword.fragmentation.SupportFragment;
|
| /**
| * DriveJudge
| * Created by lzw on 2020/9/14. 10:22:25
| * 邮箱:632393724@qq.com
| * All Rights Saved! Chongqing AnYun Tech co. LTD
| */
| class BaseSettingFragment extends SupportFragment {
| }
|
|