Palette color passed to song tag editor where applicable

This commit is contained in:
Aidan Follestad 2015-04-16 22:28:25 -05:00
commit 774d1f7076
6 changed files with 43 additions and 5 deletions

View file

@ -0,0 +1,9 @@
package com.kabouzeid.gramophone.interfaces;
/**
* @author Aidan Follestad (afollestad)
*/
public interface PaletteColorHolder {
int getPaletteColor();
}