YOUPAIMessageTemplateName.h 621 B

12345678910111213141516171819202122232425
  1. //
  2. // YOUPAIMessageTemplateName.h
  3. // MSYOUPAI
  4. //
  5. // Created by admin on 2022/3/16.
  6. // Copyright © 2022 MS. All rights reserved.
  7. //
  8. #import "ZYBaseWindow.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAIMessageTemplateName : ZYBaseWindow
  11. @property(nonatomic,strong)UILabel *youpaipnameLabel;
  12. @property (nonatomic,strong)UITextField* youpaiptextField;
  13. @property (nonatomic,strong)UILabel* youpaipremarkLab;
  14. @property (nonatomic,strong) UIButton* confirmBtn;
  15. @property (nonatomic,strong) UIButton* cancelBtn;
  16. @property (nonatomic,copy) void (^commitBlock)(YOUPAIMessageTemplateName *view);
  17. @end
  18. NS_ASSUME_NONNULL_END