mirror of
https://github.com/WuKongIM/WuKongIMFlutterSDK
synced 2025-05-30 07:27:25 +00:00
7 lines
169 B
Dart
7 lines
169 B
Dart
import 'package:wukongimfluttersdk/model/wk_message_content.dart';
|
|
|
|
class WKMediaMessageContent extends WKMessageContent {
|
|
String localPath = '';
|
|
String url = '';
|
|
}
|