interface ISwipeCallback
Interface that other classes implement to handle swipe callback
Successfully deleted at a specific position on the RecyclerView
abstract fun delete(position: Int?): Boolean