//
//  UponAudioRecorder.h
//  audioTest
//
//  Created by 叶湘 on 2018/1/11.
//  Copyright © 2018年 叶湘. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface UponAudioRecorder : NSObject

- (BOOL) startAudioRecorderWithFileUrl:(NSString *) url withSample:(NSInteger) samples;
- (BOOL) stopAudioRecorder;

@end
