stack_wallet/lib/services/buy/buy.dart
2023-05-27 00:19:24 +03:00

3 lines
42 B
Dart

abstract class Buy {
String get name;
}