清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | // // 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 |