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