1234567891011121314151617181920 |
- //
- // SubmitAddNewAddressCell.h
- // FirstLink
- //
- // Created by jack on 15/6/18.
- // Copyright (c) 2015年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #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
|