mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-16 11:21:56 +08:00
7 lines
85 B
Dart
7 lines
85 B
Dart
enum ProgressState {
|
|
isImporting,
|
|
isGeneralError,
|
|
isInternetError,
|
|
isDone,
|
|
}
|