//
//  SSCiflyTool.h
//  语音识别
//
//  Created by 吴雁江 on 18/1/6.
//  Copyright © 2018年. All rights reserved.
//


#import <Foundation/Foundation.h>
#import "iflyMSC/iflyMSC.h"
#define w [UIScreen mainScreen].bounds.size.width
#define h [UIScreen mainScreen].bounds.size.height
#define screen [UIScreen mainScreen].bounds

/**
 *  回调
 */
typedef void (^RecognizerBlock)(IFlySpeechError *error,NSString *result);



@interface SSCiflyTool : NSObject

+ (instancetype)shareTool;

@property (nonatomic, weak) UIView *master;
- (void)startRecognizer:(RecognizerBlock)block;

@end
