Commit bb25bc8c8bb4f7495ee432b9ba0080df658e8177

Authored by 王军波
2 parents 44131d5e a4a54f89

Merge branch 'master' of bj.gitlab.cnlive.com:ios-team/LiveVideoCloud

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 /**