diff --git a/YuMi.xcodeproj/xcshareddata/xcschemes/YuMi.xcscheme b/YuMi.xcodeproj/xcshareddata/xcschemes/YuMi.xcscheme index 9e3921f5..d258e3d3 100644 --- a/YuMi.xcodeproj/xcshareddata/xcschemes/YuMi.xcscheme +++ b/YuMi.xcodeproj/xcshareddata/xcschemes/YuMi.xcscheme @@ -31,7 +31,7 @@ = num){ [self pickButtonActionWithNum:num]; @@ -679,6 +689,15 @@ UIKIT_EXTERN NSString * const kRoomReceivedCandyNotificationKey; } return _hundredthLoveBtn; } +- (UIButton *)twoHundredhLoveBtn{ + if(!_twoHundredhLoveBtn){ + _twoHundredhLoveBtn = [UIButton new]; + _twoHundredhLoveBtn.yn_acceptEventInterval = 1; + [_twoHundredhLoveBtn setBackgroundImage:kImage(@"room_candy_two_hundredth_tap_bg") forState:UIControlStateNormal]; + [_twoHundredhLoveBtn addTarget:self action:@selector(fineLoveAction:) forControlEvents:UIControlEventTouchUpInside]; + } + return _twoHundredhLoveBtn; +} - (XPCandyTreeBuyView *)buyView{ if(!_buyView){ _buyView = [[XPCandyTreeBuyView alloc]initWithFrame:CGRectZero];