tempus/app/src/main/java/com/cappielloantonio/tempo/interfaces/RadioCallback.java

10 lines
156 B
Java
Raw Normal View History

2023-06-17 15:30:23 +02:00
package com.cappielloantonio.tempo.interfaces;
2023-05-07 19:22:04 +02:00
import androidx.annotation.Keep;
@Keep
2023-05-07 19:22:04 +02:00
public interface RadioCallback {
default void onDismiss() {}
2023-05-07 19:22:04 +02:00
}