// // RNNSideMenuLeftVC.h // ReactNativeNavigation // // Created by Ran Greenberg on 09/02/2017. // Copyright © 2017 Wix. All rights reserved. // #import @interface RNNSideMenuLeftVC : UIViewController @property (readonly) UIViewController* child; -(instancetype)initWithChild:(UIViewController*)child; @end