feature/fetch_userinfo #85

Merged
Fujimatsu merged 35 commits from feature/fetch_userinfo into main 2024-06-24 01:36:45 +00:00
Showing only changes of commit 2793cdc1b7 - Show all commits

View File

@ -1,7 +1,7 @@
package one.nem.kidshift.data;
/**
* データの同期など, UIとのやりとりがないバックエンド処理
* データの同期など, ユーザーからの操作に基づかない処理を行う
*/
public interface KSActions {