feat: radio stream add/edit dialog

This commit is contained in:
antonio 2023-05-07 19:22:04 +02:00
parent 3ef46a8536
commit 2542b28916
7 changed files with 301 additions and 2 deletions

View file

@ -0,0 +1,6 @@
package com.cappielloantonio.play.interfaces;
public interface RadioCallback {
void onDismiss();
}