Commit b7ad96f94138b282915f72568e06a64df4983aa9
1 parent
b0c12f70
0.5.4 版本 黑名单添加互为好友类型
Showing
2 changed files
with
3 additions
and
1 deletions
CNLiveNewIMAManagerKit.podspec
CNLiveNewIMAManagerKit/Classes/TIMModel/User/IMAUser.h
| ... | ... | @@ -14,6 +14,8 @@ typedef NS_ENUM(NSInteger,CNFriendsCheckResultType) { |
| 14 | 14 | CNFriendsCheckResultTypeAWithB = 1,// 我在对方黑名单中 |
| 15 | 15 | CNFriendsCheckResultTypeBWithA = 2,// 对方在我黑名单中 |
| 16 | 16 | CNFriendsCheckResultTypeFriends = 3, //互为好友关系 |
| 17 | + CNFriendsCheckResultTypeBothWay = 4, //双方互相拉黑了对方 | |
| 18 | + | |
| 17 | 19 | }; |
| 18 | 20 | typedef NS_ENUM(NSInteger, CNGroupMemberRole) { |
| 19 | 21 | CNGroupMemberRoleUndefine = 0, //未知 | ... | ... |