// // RNPSpeechRecognition.h // ReactNativePermissions // // Created by Tres Trantham on 01/10/17. // Copyright © 2017 Tres Trantham. All rights reserved. // #import #import "RCTConvert+RNPStatus.h" @interface RNPSpeechRecognition : NSObject + (NSString *)getStatus; + (void)request:(void (^)(NSString *))completionHandler; @end