union_ad_ssgf/test/union_ad_ssgf_test.dart
2024-11-25 11:54:02 +08:00

6 lines
157 B
Dart

import 'package:plugin_platform_interface/plugin_platform_interface.dart';
class MockUnionAdSsgfPlatform with MockPlatformInterfaceMixin {}
void main() {}