From e06dc3209954456e6fd5c9fdab9fa77f73ad1859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=83=E7=BB=83?= <13052344590@163.com> Date: Fri, 19 Oct 2018 12:02:14 +0800 Subject: [PATCH] add --- GIGA/Modules/Mask/Controller/GiGaMaskTaskViewController.m | 3 +++ GIGA/Modules/MessageCenter/Controller/GiGaMasssagesVC.m | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/GIGA/Modules/Mask/Controller/GiGaMaskTaskViewController.m b/GIGA/Modules/Mask/Controller/GiGaMaskTaskViewController.m index cc4ac0a..1e27944 100644 --- a/GIGA/Modules/Mask/Controller/GiGaMaskTaskViewController.m +++ b/GIGA/Modules/Mask/Controller/GiGaMaskTaskViewController.m @@ -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 开始测试 diff --git a/GIGA/Modules/MessageCenter/Controller/GiGaMasssagesVC.m b/GIGA/Modules/MessageCenter/Controller/GiGaMasssagesVC.m index 48dc4b0..3501ef1 100644 --- a/GIGA/Modules/MessageCenter/Controller/GiGaMasssagesVC.m +++ b/GIGA/Modules/MessageCenter/Controller/GiGaMasssagesVC.m @@ -93,8 +93,7 @@ GiGaSystemViewController *systemVC = [[GiGaSystemViewController alloc] init]; [self.navigationController pushViewController:systemVC animated:YES]; } - - + } - (void)didReceiveMemoryWarning { @@ -103,4 +102,5 @@ // Dispose of any resources that can be recreated. } + @end