package org.briarproject.android; public interface DestroyableContext { void runOnUiThreadUnlessDestroyed(Runnable runnable); }