// // RABaseViewController.h // Apex And Drivers // // Created by Jack on 2018/6/1. // Copyright © 2018年 USAI. All rights reserved. // #import @interface RABaseViewController : UIViewController @property (nonatomic,assign) BOOL loading; + (NSString *)storyboardID; + (instancetype)viewControllerFromStoryboard; - (void)showAlertTilte:(NSString *)title message:(NSString *)msg; - (void)showAlert:(NSString *)msg; @end