iOS 搜索框

//
//  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

编程技巧