6 lines
93 B
Java

package org.thoughtcrime.securesms;
public interface Unbindable {
public void unbind();
}