123456789101112131415
  1. //
  2. // RNPMotion.h
  3. // ReactNativePermissions
  4. //
  5. #import <Foundation/Foundation.h>
  6. #import "RCTConvert+RNPStatus.h"
  7. @interface RNPMotion : NSObject
  8. + (NSString *)getStatus;
  9. + (void)request:(void (^)(NSString *))completionHandler;
  10. @end