moved Refreshable to package Fragment

This commit is contained in:
Bart
2021-01-06 14:35:54 +01:00
parent f806015963
commit dabe3cfb99
3 changed files with 3 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
package com.a1.nextlocation.fragments;
public interface Refreshable {
void refresh();
}