remove unused class Selectable

This commit is contained in:
B. Petersen
2024-04-29 11:47:48 +02:00
committed by bjoern
parent 55c8f93286
commit 171e58e016
@@ -1,6 +0,0 @@
package org.thoughtcrime.securesms.contactshare;
public interface Selectable {
void setSelected(boolean selected);
boolean isSelected();
}