1234567891011121314151617 |
- //
- // FKProWarnTitleCell.h
- // FirstLink
- //
- // Created by jack on 16/8/16.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKProWarnTitleCell : UITableViewCell
- @property (nonatomic, strong) UILabel *titleLabel;
- + (CGFloat)cellHeightForTitle:(NSString *)title lastRow:(BOOL)lastRow;
- @end
|