Нет описания

FKCirDetailImgDescCell.h 331B

123456789101112131415161718
  1. //
  2. // FKCirDetailImgDescCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/6/16.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FKCirDetailImgDescCell : UITableViewCell
  10. @property (nonatomic, strong) UIImageView *proImgView;
  11. + (CGFloat)cellHeightForTitle:(NSString *)title;
  12. @end