UserInfoCell.h 367 B

123456789101112131415161718192021
  1. //
  2. // UserInfoCell.h
  3. // FunSDKDemo
  4. //
  5. // Created by wujiangbo on 2018/11/1.
  6. // Copyright © 2018年 wujiangbo. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface UserInfoCell : UITableViewCell
  11. @property (nonatomic,strong) UILabel *mainTitle;
  12. @property (nonatomic,strong) UILabel *descriptionTitle;
  13. @end
  14. NS_ASSUME_NONNULL_END