RAPortfolioInputDialog.h 398 B

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