Nav apraksta

SubmitDefaultIDCardCell.h 391B

123456789101112131415161718
  1. //
  2. // SubmitDefaultIDCardCell.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 15/12/8.
  6. // Copyright © 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "UITableViewCell+FKSubmitOrder.h"
  10. @interface SubmitDefaultIDCardCell : UITableViewCell
  11. @property (nonatomic, strong) UIImageView *bottomColorLine;
  12. @property (nonatomic, strong) UILabel *idCardTextLabel;
  13. @end