changed loader stuff
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package com.a1.nextlocation.recyclerview;
|
||||
|
||||
public interface Loader {
|
||||
void load();
|
||||
public interface Loader<T> {
|
||||
T load();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user