// // SubmitAddNewAddressCell.h // FirstLink // // Created by jack on 15/6/18. // Copyright (c) 2015年 FirstLink. All rights reserved. // #import #import "UITableViewCell+FKSubmitOrder.h" @interface SubmitAddNewCell : UITableViewCell @property (nonatomic, strong) UIImageView *topColorLine; @property (nonatomic, strong) UIImageView *bottomColorLine; - (void)configCellWith:(NSString *)iconName title:(NSAttributedString *)attributedTitle; @end