ClickOKViewController.h 481 B

123456789101112131415161718192021
  1. //
  2. // ClickOKViewController.h
  3. // smartRhino
  4. //
  5. // Created by tederen on 2019/10/26.
  6. // Copyright © 2019 tederen. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface ClickOKViewController : BaseViewController
  11. +(ClickOKViewController *)initClickOKViewController;
  12. @property (nonatomic, assign) NSInteger type;
  13. @property (nonatomic, assign) NSInteger indexId;
  14. @property (nonatomic, assign) NSInteger zanToTal;
  15. @end
  16. NS_ASSUME_NONNULL_END