SalesManSearchCell.h 428 B

12345678910111213141516
  1. //
  2. // YeWuYuanSearchCell.h
  3. // IBOSSIPAD
  4. //
  5. // Created by iHope on 14-8-14.
  6. // Copyright (c) 2014年 elongtian. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SalesManSearchCell : UITableViewCell
  10. @property(nonatomic,strong) IBOutlet UILabel *lblStaffId;
  11. @property(strong) IBOutlet UILabel *lblStaffCode;
  12. @property(strong) IBOutlet UILabel *lblStaffName;
  13. @property(strong) IBOutlet UILabel *lblDepartment;
  14. @end