mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
opt.
This commit is contained in:
5
lib/data/model/app/tag_pickable.dart
Normal file
5
lib/data/model/app/tag_pickable.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
abstract class TagPickable {
|
||||
bool containsTag(String tag);
|
||||
|
||||
String get tagName;
|
||||
}
|
||||
Reference in New Issue
Block a user