2015-09-17 12:22:35 -07:00

6 lines
93 B
Java

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