Deleting unused refreshable interface.

master
Tomasz Półgrabia 2016-10-05 23:10:21 +02:00
parent c77afcd363
commit 1c7c2f95c9
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
package pl.tpolgrabia.urbanexplorer.fragments;
/**
* Created by tpolgrabia on 19.09.16.
*/
public interface Refreshable {
void refresh();
}