ReactNativePermissions.h 294 B

1234567891011121314
  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