// // DetailMainImgCell.h // FirstLink // // Created by jack on 15/7/20. // Copyright (c) 2015年 FirstLink. All rights reserved. // #import #import "UITableViewCell+PindanDetail.h" @interface DetailMainImgCell : FKDetailControllerBaseCell @property (nonatomic, strong, readonly) UIImageView *mainImgView; @property (nonatomic, strong) NSString *totalText; @property (nonatomic, strong) NSString *titleText; + (NSString *)cdnImgUrlStringWithString:(NSString *)imgUrl; //- (void)configCell:(id)obj; @end