- //
- // ReactNativePermissions.h
- // ReactNativePermissions
- //
- // Created by Yonah Forst on 18/02/16.
- // Copyright © 2016 Yonah Forst. All rights reserved.
- //
- #import <React/RCTBridgeModule.h>
-
- #import <Foundation/Foundation.h>
-
- @interface ReactNativePermissions : NSObject <RCTBridgeModule>
-
-
- @end
|