| 123456789101112131415 |
- //
- // RAPortfolioInputDialog.h
- // iSales-UWAVER
- //
- // Created by Jack on 2018/8/20.
- // Copyright © 2018年 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface RAPortfolioInputDialog : UIViewController
- + (void)presentDialogBy:(UIViewController *)viewController withCompletion:(void(^)(BOOL preview, NSString *name, NSString *note))completion;
- @end
|