mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
データモデル作成
This commit is contained in:
parent
ac011bf2d1
commit
f8a1aa1e77
|
@ -0,0 +1,11 @@
|
||||||
|
package one.nem.lacerta.feature.debug.common.model;
|
||||||
|
|
||||||
|
import android.content.Intent;
|
||||||
|
|
||||||
|
import androidx.navigation.ActivityNavigator;
|
||||||
|
|
||||||
|
public class SettingMenuItem {
|
||||||
|
private String title;
|
||||||
|
private String description;
|
||||||
|
private String destinationId;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user