| 12345678910111213141516 |
- //
- // HeadinformationCell.h
- // jitao
- //
- // Created by 罗云飞 on 2017/12/6.
- // Copyright © 2017年 罗云飞. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface HeadinformationCell : UITableViewCell
- @property(copy,nonatomic)UIImageView *headimage;//头像图片
- @property(copy,nonatomic)UILabel *nickname;//昵称
- - (void)assignment:(NSString *)name headurl:(NSString *)url;
- @end
|