2023-11-13 09:47:19 +08:00

7 lines
273 B
Dart

import 'package:star_lock/main/lockDetail/lcokSet/msgNotification/msgNotification_state.dart';
import 'package:star_lock/tools/baseGetXController.dart';
class MsgNotificationLogic extends BaseGetXController {
final MsgNotificationState state = MsgNotificationState();
}