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

dev.struchkov.godfather.main.domain.keyboard.KeyBoard Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package dev.struchkov.godfather.main.domain.keyboard;

import java.util.List;

public interface KeyBoard {

    List getLines();

    String getType();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy