Implemented all Methods and interfaces

This commit is contained in:
RemoMeijer
2020-12-14 11:09:00 +01:00
parent bc0c1e3a96
commit 12b446b679
8 changed files with 129 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
package com.a1.nextlocation.recyclerview;
public interface Loader {
void load();
}