// // YOUPAILCWriteMesCell.h // VQU // // Created by 肖浩然的mac on 2021/8/3. // Copyright © 2021 leo. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAILCWriteMesCell : UITableViewCell /* 标题 */ @property (strong, nonatomic) UILabel *youpaiptitleLabel; /* 中间提示 */ @property (strong, nonatomic) UILabel *youpaiphintLabel; /* arrow */ @property (strong, nonatomic) UIImageView *youpaiparrowImageView; @end NS_ASSUME_NONNULL_END