OSDN Git Service

過去ログ取得時点をConverterコンストラクタ引数からProfileに移動
[coroid/inqubus.git] / frontend / src / yukihane / saccubus / converter / profile / NgSetting.java
1 package yukihane.saccubus.converter.profile;
2
3 /**
4  *
5  * @author yuki
6  */
7 public interface NgSetting {
8
9     String getWord();
10
11     String getId();
12 }