123456789101112131415161718 |
- //
- // FKCirDetailImgDescCell.h
- // FirstLink
- //
- // Created by jack on 16/6/16.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKCirDetailImgDescCell : UITableViewCell
- @property (nonatomic, strong) UIImageView *proImgView;
- + (CGFloat)cellHeightForTitle:(NSString *)title;
- @end
|