// SceneDelegate.h #import #import "ViewControllerCommon.h" @interface SceneDelegate : UIResponder - (void)restart:(const char *)args; @property (strong, nonatomic) UIWindow * window; @property (strong, nonatomic) UIWindowScene *windowScene; @end