first commit

This commit is contained in:
kicap
2023-08-18 01:07:57 +08:00
commit 3b437c4f82
320 changed files with 10503 additions and 0 deletions

View File

@ -0,0 +1,5 @@
import '../../../app/core/custom_base_view_model.dart';
class LoadingScreenViewModel extends CustomBaseViewModel {
Future<void> init() async {}
}