| 12345678910111213141516 |
- //
- // YeWuYuanSearchCell.h
- // IBOSSIPAD
- //
- // Created by iHope on 14-8-14.
- // Copyright (c) 2014年 elongtian. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface SalesManSearchCell : UITableViewCell
- @property(nonatomic,strong) IBOutlet UILabel *lblStaffId;
- @property(strong) IBOutlet UILabel *lblStaffCode;
- @property(strong) IBOutlet UILabel *lblStaffName;
- @property(strong) IBOutlet UILabel *lblDepartment;
- @end
|