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

18 lines
278 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
#import <React/RCTBridgeModule.h>
2020-09-16 13:01:14 +08:00
#import <React/RCTEventEmitter.h>
2016-02-23 17:31:47 +08:00
2020-09-16 13:01:14 +08:00
@interface RCTPushy : RCTEventEmitter<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