RNPBackgroundRefresh.h 303B

1234567891011121314151617
  1. //
  2. // RNPBackgroundRefresh.h
  3. // ReactNativePermissions
  4. //
  5. // Created by Yonah Forst on 11/07/16.
  6. // Copyright © 2016 Yonah Forst. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "RCTConvert+RNPStatus.h"
  10. @interface RNPBackgroundRefresh : NSObject
  11. + (NSString *)getStatus;
  12. @end