YOUPAIMessageEditHeaderView.h 377 B

12345678910111213141516171819
  1. //
  2. // YOUPAIMessageEditHeaderView.h
  3. // MSYOUPAI
  4. //
  5. // Created by admin on 2022/3/11.
  6. // Copyright © 2022 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAIMessageEditHeaderView : UIView
  11. @property(strong, nonatomic) UILabel *youpaiptitleLab;
  12. @property(strong, nonatomic) UILabel *youpaipremarkLab;
  13. @end
  14. NS_ASSUME_NONNULL_END