// // ExternalViewControllerProtocol.h // ReactNativeControllers // // Created by Artal Druk on 01/06/2016. // Copyright © 2016 artal. All rights reserved. // #import #import "RCCViewController.h" @protocol RCCExternalViewControllerProtocol @property (nullable, nonatomic, weak) id controllerDelegate; -(void)setProps:(nullable NSDictionary*)props; @end