2025-09-12 14:19:13 +08:00

6 lines
104 B
Dart

import '../../kt_model/kt_user_info.dart';
class KtMineState {
KtUserInfo userInfo = KtUserInfo();
}