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

9 lines
136 B
Java

package com.a1.nextlocation.recyclerview;
public class RouteLoader implements Loader {
@Override
public void load() {
}
}