mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
7 lines
131 B
Java
7 lines
131 B
Java
package org.briarproject.android;
|
|
|
|
public interface DestroyableContext {
|
|
|
|
void runOnUiThreadUnlessDestroyed(Runnable runnable);
|
|
}
|