9 lines
214 B
Dart
Raw Normal View History

2023-11-18 10:38:13 +08:00
import 'package:star_lock/tools/baseGetXController.dart';
import 'videoLogDownLoad_state.dart';
class VideoLogDownLoadLogic extends BaseGetXController{
VideoLogDownLoadState state = VideoLogDownLoadState();
}