// // PurchaseNoticeCell.h // XFFruit // // Created by mac on 15/8/18. // Copyright (c) 2015年 Xummer. All rights reserved. // #import <UIKit/UIKit.h> @interface PurchaseNoticeCell : UITableViewCell @property (nonatomic,strong)UILabel *HeardLabel; @property (nonatomic,strong)UILabel *FootLabel; @property (nonatomic,strong)UIImageView *arrowView; @property (nonatomic,strong)UILabel *SpLabel; @property (nonatomic,strong)UILabel *DjLabel; @property (nonatomic,strong)UILabel *BzggLabel; @property (nonatomic,strong)UILabel *BzslLabel; @property (nonatomic,strong)UIView *subSview; @property (nonatomic, assign) BOOL isSelected; @property (nonatomic,strong)UIButton *button; - (void)setTitleStr:(NSString *)str; @end