6 lines
93 B
Java
Raw Normal View History

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