YOUPAILCWriteMesCell.h 490 B

12345678910111213141516171819202122
  1. //
  2. // YOUPAILCWriteMesCell.h
  3. // VQU
  4. //
  5. // Created by 肖浩然的mac on 2021/8/3.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAILCWriteMesCell : UITableViewCell
  11. /* 标题 */
  12. @property (strong, nonatomic) UILabel *youpaiptitleLabel;
  13. /* 中间提示 */
  14. @property (strong, nonatomic) UILabel *youpaiphintLabel;
  15. /* arrow */
  16. @property (strong, nonatomic) UIImageView *youpaiparrowImageView;
  17. @end
  18. NS_ASSUME_NONNULL_END