1234567891011121314151617 |
- //
- // RNPBackgroundRefresh.h
- // ReactNativePermissions
- //
- // Created by Yonah Forst on 11/07/16.
- // Copyright © 2016 Yonah Forst. All rights reserved.
- //
-
- #import <Foundation/Foundation.h>
- #import "RCTConvert+RNPStatus.h"
-
- @interface RNPBackgroundRefresh : NSObject
-
- + (NSString *)getStatus;
-
- @end
|