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

6 lines
112 B
Java

package com.a1.nextlocation.fragments;
public interface Refreshable {
void refreshAndNavigateTo(int id);
}