Files
Next-Location/app/src/main/java/com/a1/nextlocation/recyclerview/Loader.java
2020-12-14 11:09:00 +01:00

6 lines
88 B
Java

package com.a1.nextlocation.recyclerview;
public interface Loader {
void load();
}