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