Commit b7ad96f94138b282915f72568e06a64df4983aa9

Authored by daojian
1 parent b0c12f70

0.5.4 版本 黑名单添加互为好友类型

CNLiveNewIMAManagerKit.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveNewIMAManagerKit'
11   - s.version = '0.5.3'
  11 + s.version = '0.5.4'
12 12 s.summary = 'A short description of CNLiveNewIMAManagerKit.'
13 13  
14 14 #s.description = <<-DESC
... ...
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, //未知
... ...