Files
Next-Location/app/src/main/java/com/a1/nextlocation/Refreshable.java

6 lines
83 B
Java

package com.a1.nextlocation;
public interface Refreshable {
void refresh();
}