mirror of
https://github.com/zhigang1992/POVoiceHUD.git
synced 2026-04-28 20:25:23 +08:00
Fix typo
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
@interface POVoiceHUD : UIView <AVAudioRecorderDelegate> {
|
||||
UIButton *btnCancel;
|
||||
UIImage *imgMicrophone;
|
||||
int soundMeters[40];
|
||||
int soundMeters[SOUND_METER_COUNT];
|
||||
CGRect hudRect;
|
||||
|
||||
NSMutableDictionary *recordSetting;
|
||||
|
||||
Reference in New Issue
Block a user