1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
react-native-pushy/ios/RCTPushy/RCTPushy.h

20 lines
316 B
C
Raw Normal View History

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