2016-02-23 17:31:47 +08:00
|
|
|
//
|
|
|
|
// RCTHotUpdate.h
|
|
|
|
// RCTHotUpdate
|
|
|
|
//
|
|
|
|
// 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
|
|
|
|
|
|
|
@interface RCTHotUpdate : NSObject<RCTBridgeModule>
|
|
|
|
|
2016-02-23 19:51:58 +08:00
|
|
|
+ (NSURL *)bundleURL;
|
|
|
|
|
2016-02-23 17:31:47 +08:00
|
|
|
@end
|