OSDN Git Service

実行するクラスファイルを変更
[coroid/inqubus.git] / frontend / src / yukihane / saccubus / converter / profile / User.java
1 package yukihane.saccubus.converter.profile;
2
3 public interface User {
4
5     String getMail();
6
7     String getPassword();
8 }