// // FKIdCardManageCell.h // FirstLink // // Created by jack on 15/11/25. // Copyright © 2015年 FirstLink. All rights reserved. // #import #import "FKIdCardItem.h" @interface FKIdCardManageCell : UITableViewCell @property (nonatomic, strong) UIButton *setDefaultButton; @property (nonatomic, strong) UIButton *editButton; @property (nonatomic, strong) UIButton *deleteButton; - (void)configWithIdCardItem:(FKIdCardItem *)item; @end