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