moved Refreshable to package Fragment
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.a1.nextlocation.fragments;
|
||||
|
||||
public interface Refreshable {
|
||||
void refresh();
|
||||
}
|
||||
Reference in New Issue
Block a user