1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 11:31:37 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
Files
react-native-update/ios/RCTHotUpdate/RCTHotUpdate.h
lvbingru 185dd7705c example
2016-02-23 19:51:58 +08:00

16 lines
242 B
Objective-C

//
// RCTHotUpdate.h
// RCTHotUpdate
//
// Created by LvBingru on 2/19/16.
// Copyright © 2016 erica. All rights reserved.
//
#import "RCTBridgeModule.h"
@interface RCTHotUpdate : NSObject<RCTBridgeModule>
+ (NSURL *)bundleURL;
@end