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

@@ -1,4 +1,8 @@
package com.a1.nextlocation.recyclerview;
public class CouponLoader {
public class CouponLoader implements Loader{
@Override
public void load() {
}
}