| 12345678910111213141516171819202122 |
- //
- // YOUPAILCWriteMesCell.h
- // VQU
- //
- // Created by 肖浩然的mac on 2021/8/3.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- 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
|