AchievementUserCell.h 407 B

12345678910111213141516171819
  1. //
  2. // AchievementUserCell.h
  3. // IBOSS
  4. //
  5. // Created by 关宏厚 on 2020/8/26.
  6. // Copyright © 2020 elongtian. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface AchievementUserCell : UITableViewCell
  10. @property (strong, nonatomic) IBOutlet UILabel *lblUserName;
  11. @property (strong, nonatomic) IBOutlet UILabel *lblDepartment;
  12. @property (strong, nonatomic) IBOutlet UILabel *lblUserCode;
  13. @end