Newer
Older
NemophilaClient / app / src / main / java / com / example / nemophila / entities / AccountNameJson.java
k-suzuki on 6 Jul 2023 122 bytes FriendViewModelを作った
package com.example.nemophila.entities;

public class AccountNameJson {
    private String name;
    private String id;
}