14 lines
219 B
C
14 lines
219 B
C
|
//
|
||
|
// RCTHotUpdate.h
|
||
|
// RCTHotUpdate
|
||
|
//
|
||
|
// Created by LvBingru on 2/19/16.
|
||
|
// Copyright © 2016 erica. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "RCTBridgeModule.h"
|
||
|
|
||
|
@interface RCTHotUpdate : NSObject<RCTBridgeModule>
|
||
|
|
||
|
@end
|