JXTalkDetailView.h 452 B

12345678910111213141516171819202122
  1. //
  2. // JXTalkDetailView.h
  3. // shiku_im
  4. //
  5. // Created by p on 2019/8/16.
  6. // Copyright © 2019 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface JXTalkDetailView : UIView
  11. @property (nonatomic, strong) UIImageView *headImageView;
  12. @property (nonatomic, strong) UILabel *nameLabel;
  13. @property (nonatomic, strong) UILabel *lastLabel;
  14. @property (nonatomic, strong) UILabel *talkLable;
  15. @end
  16. NS_ASSUME_NONNULL_END