mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-18 16:16:14 +08:00
committed by
GitHub
parent
acb3784071
commit
218e829fd4
4
lib/models/common/enum_with_label.dart
Normal file
4
lib/models/common/enum_with_label.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
abstract class EnumWithLabel {
|
||||
String get label;
|
||||
int get index;
|
||||
}
|
||||
Reference in New Issue
Block a user