暫無描述

DetailGroupTalkCell.h 460B

1234567891011121314151617181920
  1. //
  2. // DetailGroupTalkCell.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 15/10/8.
  6. // Copyright © 2015年 FirstLink. All rights reserved.
  7. //
  8. #import "FKDetailControllerBaseCell.h"
  9. @interface DetailGroupTalkCell : FKDetailControllerBaseCell
  10. @property (nonatomic, strong) UILabel *titleLabel;
  11. @property (nonatomic, strong) UIView *topLine;
  12. @property (nonatomic, strong) UIView *bottomLine;
  13. + (CGFloat)heightWithText:(NSString *)text;
  14. @end