dev.struchkov.godfather.main.domain.keyboard.KeyBoardButton Maven / Gradle / Ivy
package dev.struchkov.godfather.main.domain.keyboard;
public interface KeyBoardButton {
String getType();
}
package dev.struchkov.godfather.main.domain.keyboard;
public interface KeyBoardButton {
String getType();
}