会话页面

This commit is contained in:
2022-10-26 14:05:58 +08:00
parent 099d2b4423
commit 76bd3f94fd
33 changed files with 2956 additions and 31 deletions

View File

@@ -10,6 +10,7 @@ class ContactInfoModel extends ISuspensionBean {
V2TimFriendInfo? friendInfo;
IconData? icon;
Color? color;
String? route;
ContactInfoModel({
required this.name,
@@ -19,6 +20,7 @@ class ContactInfoModel extends ISuspensionBean {
this.friendInfo,
this.icon,
this.color,
this.route,
});
@override