Commit a4a54f89b224568c123d5b7fc1c4f79ec679983f
1 parent
5565674b
no message
Showing
1 changed file
with
1 additions
and
1 deletions
LiveVideoCloud/LiveVideoCloud/Classes/Sections/InteractionSections/Gift/Present/PresentViewCell.h
| @@ -71,7 +71,7 @@ typedef NS_ENUM(NSUInteger, AnimationState) { | @@ -71,7 +71,7 @@ typedef NS_ENUM(NSUInteger, AnimationState) { | ||
| 71 | 连乘动画 | 71 | 连乘动画 |
| 72 | 72 | ||
| 73 | @discussion 当礼物模型中拥有礼物个数时,才调用此接口 | 73 | @discussion 当礼物模型中拥有礼物个数时,才调用此接口 |
| 74 | - @param model 礼物模型 | 74 | + @param models 礼物模型 |
| 75 | */ | 75 | */ |
| 76 | - (void)shakeAnimationWithModels:(NSArray<id<PresentModelAble>> *)models; | 76 | - (void)shakeAnimationWithModels:(NSArray<id<PresentModelAble>> *)models; |
| 77 | /** | 77 | /** |