//
//  RCTRnUpdate.h
//
//  Created by edy on 2026/1/4.
//

#import <React/RCTBridgeModule.h>
#import <React/RCTEventEmitter.h>

@interface RCTRnUpdate : RCTEventEmitter<RCTBridgeModule>
  

+(NSURL *) bundleURL;
// 是否空字符
- (BOOL) isBlankString:(NSString *)string;
// 默认的bundle
+ (NSURL *)binaryBundleURL;
@end
