dev.struchkov.godfather.main.domain.content.Attachment Maven / Gradle / Ivy
package dev.struchkov.godfather.main.domain.content;
public abstract class Attachment {
public abstract String getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy