No Description

DetailMainImgCell.h 529B

1234567891011121314151617181920212223
  1. //
  2. // DetailMainImgCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/7/20.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "UITableViewCell+PindanDetail.h"
  10. @interface DetailMainImgCell : FKDetailControllerBaseCell
  11. @property (nonatomic, strong, readonly) UIImageView *mainImgView;
  12. @property (nonatomic, strong) NSString *totalText;
  13. @property (nonatomic, strong) NSString *titleText;
  14. + (NSString *)cdnImgUrlStringWithString:(NSString *)imgUrl;
  15. //- (void)configCell:(id)obj;
  16. @end