// // RootViewController.h // XenonSDK // // Created by SAGESSE on 2019/5/29. // Copyright © 2019 SAGESSE. All rights reserved. // #import @interface RootViewController : UIViewController - (instancetype)initWithRootViewController:(UIViewController*)rootViewController; @property (nonatomic, strong) IBOutlet UIView* embedView; @property (nonatomic, strong) IBOutlet UILabel* titleLabel; @property (nonatomic, strong) IBInspectable NSString* theme; @property (nonatomic, strong) UINavigationController* embedViewController; @end @interface UIViewController (XenonSDK) - (void)sdk_dismissViewController:(id)sender; @end