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