First steps for folder support.

This commit is contained in:
Karim Abou Zeid 2016-03-14 00:47:16 +01:00
commit 56d3a2dbce
27 changed files with 652 additions and 553 deletions

View file

@ -1,13 +0,0 @@
package com.kabouzeid.gramophone.interfaces;
/**
* @author Karim Abou Zeid (kabouzeid)
*/
public interface KabViewsDisableAble {
void enableViews();
void disableViews();
boolean areViewsEnabled();
}