清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>
// // sousuoViewCell.h // 搜索框 // // Created by 曙华软件 on 15/11/11. // Copyright © 2015年 曙华软件. All rights reserved. // #import <UIKit/UIKit.h> @interface sousuoViewCell : UITableViewCell @property (nonatomic, strong) UIImageView* headerImageView;/**<头像*/ @property (nonatomic, strong) UILabel* nameLabel;/**<昵称*/ @end