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