react-native-navigation的迁移库

RCCNotification.h 355B

123456789
  1. #import <Foundation/Foundation.h>
  2. #import "RCCManager.h"
  3. @interface RCCNotification : NSObject
  4. +(void)showWithParams:(NSDictionary*)params resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject;
  5. +(void)dismissWithParams:(NSDictionary*)params resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject;
  6. @end