6 lines
112 B
Java
6 lines
112 B
Java
package com.a1.nextlocation.fragments;
|
|
|
|
public interface Refreshable {
|
|
void refreshAndNavigateTo(int id);
|
|
}
|