// // DetailGroupTalkCell.h // FirstLink // // Created by ascii on 15/10/8. // Copyright © 2015年 FirstLink. All rights reserved. // #import "FKDetailControllerBaseCell.h" @interface DetailGroupTalkCell : FKDetailControllerBaseCell @property (nonatomic, strong) UILabel *titleLabel; @property (nonatomic, strong) UIView *topLine; @property (nonatomic, strong) UIView *bottomLine; + (CGFloat)heightWithText:(NSString *)text; @end