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