| 1234567891011121314151617 |
- //
- // NewRegistCell.h
- // SERVICE
- //
- // Created by 肖雨 on 2017/8/12.
- // Copyright © 2017年 Luo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface NewRegistCell : UITableViewCell
- @property(copy,nonatomic)UIImageView *image;
- @property(copy,nonatomic)UILabel *title;
- @property(copy,nonatomic)UILabel *areacode;
- @end
|