hot fix:修正部分类型礼物连击后送礼异常问题
This commit is contained in:
@@ -35,6 +35,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
- (void)registerActions:(void(^ _Nullable)(ComboActionType type))action;
|
||||
|
||||
- (void)enableToCombo:(BOOL)enable;
|
||||
|
||||
- (void)saveSendGiftTo:(NSArray *)UIDs;
|
||||
- (void)saveGiftSourceType:(GiftSourceType)type;
|
||||
- (void)saveSendGiftInfo:(GiftInfoModel *)model;
|
||||
@@ -48,6 +50,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
- (void)resetCombo;
|
||||
- (void)sendGift;
|
||||
- (void)forceRemove;
|
||||
- (BOOL)loadEnable;
|
||||
|
||||
// 第一个 combo 由 send gift view 发起,需要手动 combo + 1
|
||||
- (NSInteger)loadComboCountFromSendGiftView;
|
||||
|
Reference in New Issue
Block a user