mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
9 lines
156 B
Java
9 lines
156 B
Java
package com.cappielloantonio.tempo.interfaces;
|
|
|
|
import androidx.annotation.Keep;
|
|
|
|
@Keep
|
|
|
|
public interface RadioCallback {
|
|
default void onDismiss() {}
|
|
}
|