GXFPopCell.h 393 Bytes
//
//  GXFPopCell.h
//  XFFruit
//
//  Created by 陈俊俊 on 15/9/11.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface GXFPopCell : UITableViewCell
@property (nonatomic,strong)UILabel *titleLabel;
@property (nonatomic,strong)UIImageView *addImageView;

@property (nonatomic,strong)UILabel *lineLabel;
- (void)setTitleStr:(NSString *)title;
@end