9 lines
214 B
Dart
9 lines
214 B
Dart
|
|
|
||
|
|
import 'package:star_lock/tools/baseGetXController.dart';
|
||
|
|
import 'videoLogDownLoad_state.dart';
|
||
|
|
|
||
|
|
class VideoLogDownLoadLogic extends BaseGetXController{
|
||
|
|
VideoLogDownLoadState state = VideoLogDownLoadState();
|
||
|
|
|
||
|
|
|
||
|
|
}
|