add
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
{
|
||||
AVAudioPlayer *_musicPalyer;
|
||||
AVAudioPlayer *_startMaskMusic;
|
||||
|
||||
}
|
||||
|
||||
@property (nonatomic,strong) UIButton *rightNavUserBtn;
|
||||
@@ -259,6 +260,7 @@
|
||||
[self addNotify];
|
||||
[self creatBackGroundMusic];
|
||||
[self creatMaskTimeSatrtMusic];
|
||||
|
||||
}
|
||||
|
||||
#pragma mark - 响应事件
|
||||
@@ -573,6 +575,7 @@
|
||||
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
|
||||
//复原动画
|
||||
[self endMaskAnimation];
|
||||
|
||||
}
|
||||
|
||||
#pragma mark 开始测试
|
||||
|
||||
Reference in New Issue
Block a user