7 lines
273 B
Dart
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();
|
|
}
|