2016-02-23 17:31:47 +08:00
|
|
|
//
|
2019-11-16 00:31:30 +08:00
|
|
|
// RCTPushy.h
|
|
|
|
// RCTPushy
|
2016-02-23 17:31:47 +08:00
|
|
|
//
|
|
|
|
// Created by LvBingru on 2/19/16.
|
|
|
|
// Copyright © 2016 erica. All rights reserved.
|
|
|
|
//
|
|
|
|
|
2017-03-01 17:16:50 +08:00
|
|
|
#if __has_include(<React/RCTBridge.h>)
|
|
|
|
#import <React/RCTBridgeModule.h>
|
|
|
|
#else
|
2016-02-23 17:31:47 +08:00
|
|
|
#import "RCTBridgeModule.h"
|
2017-03-01 17:16:50 +08:00
|
|
|
#endif
|
2016-02-23 17:31:47 +08:00
|
|
|
|
2019-11-16 00:31:30 +08:00
|
|
|
@interface RCTPushy : NSObject<RCTBridgeModule>
|
2016-02-23 17:31:47 +08:00
|
|
|
|
2016-02-23 19:51:58 +08:00
|
|
|
+ (NSURL *)bundleURL;
|
|
|
|
|
2016-02-23 17:31:47 +08:00
|
|
|
@end
|