// // YOUPAIMessageEditHeaderView.h // MSYOUPAI // // Created by admin on 2022/3/11. // Copyright © 2022 MS. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAIMessageEditHeaderView : UIView @property(strong, nonatomic) UILabel *youpaiptitleLab; @property(strong, nonatomic) UILabel *youpaipremarkLab; @end NS_ASSUME_NONNULL_END