// // RNPAudioVideo.h // ReactNativePermissions // // Created by Yonah Forst on 11/07/16. // Copyright © 2016 Yonah Forst. All rights reserved. // #import #import "RCTConvert+RNPStatus.h" @interface RNPAudioVideo : NSObject + (NSString *)getStatus:(NSString *)type; + (void)request:(NSString *)type completionHandler:(void (^)(NSString *))completionHandler; @end