// // SubmitDefaultIDCardCell.h // FirstLink // // Created by ascii on 15/12/8. // Copyright © 2015年 FirstLink. All rights reserved. // #import #import "UITableViewCell+FKSubmitOrder.h" @interface SubmitDefaultIDCardCell : UITableViewCell @property (nonatomic, strong) UIImageView *bottomColorLine; @property (nonatomic, strong) UILabel *idCardTextLabel; @end