com.lyncode.pal.result.group.Group Maven / Gradle / Ivy
The newest version!
package com.lyncode.pal.result.group;
public interface Group {
String title();
String icon();
String content();
boolean shown();
}
package com.lyncode.pal.result.group;
public interface Group {
String title();
String icon();
String content();
boolean shown();
}