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 5d07a9dac7 - Show all commits

View File

@ -9,6 +9,9 @@ public interface KSActions {
void syncChildList(); void syncChildList();
/**
* 親ユーザー情報同期
*/
void syncParent(); void syncParent();
} }