// // HDLSectionHeaderView.h // HDLSceneSiriDemo // // Created by 陈嘉乐 on 2021/11/26. // #import NS_ASSUME_NONNULL_BEGIN @interface HDLSectionHeaderView : UIView @property (nonatomic, strong) UILabel *titleLabel;//标题 @property (nonatomic, strong) UILabel *messageLabel;//内容 @property (nonatomic, strong) UIView *lineView;//分割线View @end NS_ASSUME_NONNULL_END