Commit 0bd18b303cbc01463934480da50dd37898bfd639
1 parent
20cec11c
0.4.2 版本
解决报错
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveNewIMAManagerKit.podspec
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
| 10 | s.name = 'CNLiveNewIMAManagerKit' | 10 | s.name = 'CNLiveNewIMAManagerKit' |
| 11 | - s.version = '0.4.1' | 11 | + s.version = '0.4.2' |
| 12 | s.summary = 'A short description of CNLiveNewIMAManagerKit.' | 12 | s.summary = 'A short description of CNLiveNewIMAManagerKit.' |
| 13 | 13 | ||
| 14 | #s.description = <<-DESC | 14 | #s.description = <<-DESC |
CNLiveNewIMAManagerKit/Classes/TIMModel/Group/IMAGroup.h
| @@ -81,7 +81,7 @@ typedef void (^callBack)(int code, NSString *msg); | @@ -81,7 +81,7 @@ typedef void (^callBack)(int code, NSString *msg); | ||
| 81 | /// 是否是亲情群 | 81 | /// 是否是亲情群 |
| 82 | - (BOOL)isFamilyGroup; | 82 | - (BOOL)isFamilyGroup; |
| 83 | /// 是否是我的家园群 | 83 | /// 是否是我的家园群 |
| 84 | -- (BOOL)isMyHomeGroup | 84 | +- (BOOL)isMyHomeGroup; |
| 85 | 85 | ||
| 86 | /// 是否是领头雁群 | 86 | /// 是否是领头雁群 |
| 87 | - (BOOL)isLtyGroup; | 87 | - (BOOL)isLtyGroup; |