7 lines
95 B
Dart
7 lines
95 B
Dart
import 'swipe_config.dart';
|
|
|
|
abstract class HasSwipeConfig {
|
|
SwipeConfig get swipeConfig;
|
|
}
|
|
|