mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-18 07:47:47 +01:00
6 lines
93 B
Java
6 lines
93 B
Java
package org.thoughtcrime.securesms;
|
|
|
|
public interface Unbindable {
|
|
public void unbind();
|
|
}
|