HJLabelRightContentView.h 428 B

123456789101112131415161718192021
  1. //
  2. // HJLabelRightContentView.h
  3. // HappyJob
  4. //
  5. // Created by 张晓光 on 2021/2/7.
  6. // Copyright © 2021 Bob. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface HJLabelRightContentView : UIView
  11. @property (nonatomic, strong) UILabel *titleLabel;
  12. @property (nonatomic, strong) UILabel *contentLabel;
  13. @property (nonatomic, strong) UIView *lineView;
  14. @end
  15. NS_ASSUME_NONNULL_END