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