Commit 82320eab22757cb9291966ff7b0e4d15967d65fa
1 parent
270333a5
0.5.1 版本
Showing
2 changed files
with
3 additions
and
2 deletions
CNLiveNewIMAManagerKit.podspec
CNLiveNewIMAManagerKit/Classes/TIMCategory/TIMElem+ShowAPIs.m
| ... | ... | @@ -574,7 +574,7 @@ |
| 574 | 574 | } |
| 575 | 575 | else if (msg.type == EIMAMSG_ShareCoupon) |
| 576 | 576 | { |
| 577 | - return [NSClassFromString(@"CNMessageBaseCell") class]; | |
| 577 | + return [NSClassFromString(@"CNCouponMessageCell") class]; | |
| 578 | 578 | } |
| 579 | 579 | else |
| 580 | 580 | { |
| ... | ... | @@ -882,6 +882,7 @@ |
| 882 | 882 | { |
| 883 | 883 | return CGSizeMake(width, 160); |
| 884 | 884 | } |
| 885 | + break; | |
| 885 | 886 | default: |
| 886 | 887 | break; |
| 887 | 888 | } | ... | ... |