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