RABackOrderSubmitAlertController.h 346 B

123456789101112131415
  1. //
  2. // RABackOrderSubmitAlertController.h
  3. // iSales-NPD
  4. //
  5. // Created by Jack on 2018/1/2.
  6. // Copyright © 2018年 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface RABackOrderSubmitAlertController : UIViewController
  10. - (instancetype)initWithTitle:(NSString *)title Message:(NSString *)msg;
  11. @end