ReactNativePermissions.h 295B

12345678910111213141516
  1. //
  2. // ReactNativePermissions.h
  3. // ReactNativePermissions
  4. //
  5. // Created by Yonah Forst on 18/02/16.
  6. // Copyright © 2016 Yonah Forst. All rights reserved.
  7. //
  8. #import "RCTBridgeModule.h"
  9. #import <Foundation/Foundation.h>
  10. @interface ReactNativePermissions : NSObject <RCTBridgeModule>
  11. @end