mirror of
https://github.com/Nezumi-2711/Foodify-Shipper.git
synced 2026-09-22 05:31:59 +00:00
6 lines
107 B
Java
6 lines
107 B
Java
package com.sjapps.library.customdialog;
|
|
|
|
public interface DialogButtonEvent {
|
|
void onButtonClick();
|
|
}
|