RsearchCell.h 393 Bytes
Newer Older
陈俊俊's avatar
陈俊俊 committed
1 2 3 4 5 6 7 8 9
//
//  RsearchCell.h
//  XFFruit
//
//  Created by 陈俊俊 on 15/11/17.
//  Copyright © 2015年 Xummer. All rights reserved.
//

#import <UIKit/UIKit.h>
10
#import "LowerOrgs.h"
陈俊俊's avatar
陈俊俊 committed
11 12 13 14
@interface RsearchCell : UITableViewCell
+ (CGFloat)cellHeight;
@property (nonatomic,strong)UILabel *titleLabel;
@property (nonatomic,strong)UILabel *lineLabel;
15
- (void)setvalueWithLowerOrgs:(LowerOrgs *)orgs;
陈俊俊's avatar
陈俊俊 committed
16
@end