mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 03:05:26 +00:00
6 lines
93 B
Java
6 lines
93 B
Java
package org.thoughtcrime.securesms;
|
|
|
|
public interface Unbindable {
|
|
public void unbind();
|
|
}
|