// // RABackOrderSubmitAlertController.h // iSales-NPD // // Created by Jack on 2018/1/2. // Copyright © 2018年 United Software Applications, Inc. All rights reserved. // #import @interface RABackOrderSubmitAlertController : UIViewController - (instancetype)initWithTitle:(NSString *)title Message:(NSString *)msg; @end