Files
Next-Location/app/src/main/java/com/a1/nextlocation/recyclerview/Loader.java
Sem van der Hoeven 1d48ada0ab changed loader stuff
2020-12-17 10:59:07 +01:00

6 lines
88 B
Java

package com.a1.nextlocation.recyclerview;
public interface Loader<T> {
T load();
}