Keine Beschreibung

FKProTitleCell.h 368B

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