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