All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy