优化代码

This commit is contained in:
xuhuixiang
2026-03-17 15:37:08 +08:00
parent 229ffaea8f
commit 15ac5caa27
15 changed files with 30 additions and 27 deletions

View File

@@ -29,7 +29,6 @@ public class ActionConfirmDialog extends Dialog {
public interface OnToActionListener {
void toSumbit();
void toCancel();
}
public void setOnToActionListener(OnToActionListener onNextCallListener) {