- //
- // BuMenSearchCell.h
- // IBOSS
- //
- // Created by iHope on 14-7-29.
- // Copyright (c) 2014年 elongtian. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface DepartmentSearchCell : UITableViewCell
- @property(strong) IBOutlet UILabel *lblCode;
- @property(strong) IBOutlet UILabel *lblName;
- @property(strong) IBOutlet UILabel *lblFullName;
- @end
|