DepartmentSearchCell.h 352 B

123456789101112131415
  1. //
  2. // BuMenSearchCell.h
  3. // IBOSS
  4. //
  5. // Created by iHope on 14-7-29.
  6. // Copyright (c) 2014年 elongtian. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface DepartmentSearchCell : UITableViewCell
  10. @property(strong) IBOutlet UILabel *lblCode;
  11. @property(strong) IBOutlet UILabel *lblName;
  12. @property(strong) IBOutlet UILabel *lblFullName;
  13. @end