package com.keylesspalace.tusky; public interface AdapterItemRemover { void removeItem(int position); }