// // RsearchCell.h // XFFruit // // Created by 陈俊俊 on 15/11/17. // Copyright © 2015年 Xummer. All rights reserved. // #import <UIKit/UIKit.h>
#import "LowerOrgs.h"
@interface RsearchCell : UITableViewCell + (CGFloat)cellHeight; @property (nonatomic,strong)UILabel *titleLabel; @property (nonatomic,strong)UILabel *lineLabel;
- (void)setvalueWithLowerOrgs:(LowerOrgs *)orgs;
@end