#import @interface RCCLightBox : NSObject +(void)showWithParams:(NSDictionary*)params; +(void)dismiss; @end