No Description

FKGroupMainImgCell.h 482B

1234567891011121314151617181920
  1. //
  2. // FKGroupAdvertCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/10/8.
  6. // Copyright © 2015年 FirstLink. All rights reserved.
  7. //
  8. #import "FLCycleScrollTableCell.h"
  9. #import "FKGroupOrderItem.h"
  10. @interface FKGroupMainImgCell : UITableViewCell
  11. @property (nonatomic, strong) UIImageView *mainImgView;
  12. + (NSString *)cdnImgUrlStringWithString:(NSString *)imgUrl;
  13. + (CGFloat)defaultHeight;
  14. - (void)configWihtState:(GroupState)state postStatus:(kGroupPostStatus)postStatus;
  15. @end