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

com.daioware.music.SongItem Maven / Gradle / Ivy

The newest version!
package com.daioware.music;

import java.io.File;

import com.daioware.commons.NameItem;

public interface SongItem extends NameItem{
	String getLyrics();
	File getFile();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy