package it.niedermann.nextcloud.deck.ui.helper.dnd; public interface IDragLeftRight { void itemSwipedRight(T item); void itemSwipedLeft(T item); }