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

16 lines
242 B
C
Raw Normal View History

2016-02-23 17:31:47 +08:00
//
// RCTHotUpdate.h
// RCTHotUpdate
//
// Created by LvBingru on 2/19/16.
// Copyright © 2016 erica. All rights reserved.
//
#import "RCTBridgeModule.h"
@interface RCTHotUpdate : NSObject<RCTBridgeModule>
2016-02-23 19:51:58 +08:00
+ (NSURL *)bundleURL;
2016-02-23 17:31:47 +08:00
@end