JXVipDetailBottomView.h 632 B

1234567891011121314151617181920212223
  1. //
  2. // JXVipDetailBottomView.h
  3. // shiku_im
  4. //
  5. // Created by cindy on 2020/6/3.
  6. // Copyright © 2020 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface JXVipDetailBottomView : UIView
  11. @property (nonatomic, strong) UIView *lineView;
  12. @property (nonatomic, strong) UIImageView *imgView;
  13. @property (nonatomic, strong)UILabel *zunxiangLabel;
  14. @property (nonatomic, strong) UIButton *button;
  15. @property (nonatomic, strong)UIImageView *buttonIconImageView;
  16. @property (nonatomic, strong)UILabel *buttonTitleLabel;
  17. @property (nonatomic, strong)UILabel *buttonDetailLabel;
  18. @end
  19. NS_ASSUME_NONNULL_END