cake_wallet/lib/utils/list_item.dart
2020-06-20 10:10:00 +03:00

3 lines
No EOL
47 B
Dart

abstract class ListItem {
const ListItem();
}