onSwipeを削除

This commit is contained in:
ろむねこ 2024-07-05 11:08:43 +09:00
parent 8d5605f8d3
commit 5d4a967585
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -3,5 +3,4 @@ package one.nem.kidshift.utils.models;
public interface FabEventCallback {
void onClicked();
void onLongClicked();
void onSwiped();
}