NewRegistCell.h 333 B

1234567891011121314151617
  1. //
  2. // NewRegistCell.h
  3. // SERVICE
  4. //
  5. // Created by 肖雨 on 2017/8/12.
  6. // Copyright © 2017年 Luo. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface NewRegistCell : UITableViewCell
  10. @property(copy,nonatomic)UIImageView *image;
  11. @property(copy,nonatomic)UILabel *title;
  12. @property(copy,nonatomic)UILabel *areacode;
  13. @end