Nav apraksta

SubmitAddNewCell.h 471B

1234567891011121314151617181920
  1. //
  2. // SubmitAddNewAddressCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/6/18.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "UITableViewCell+FKSubmitOrder.h"
  10. @interface SubmitAddNewCell : UITableViewCell
  11. @property (nonatomic, strong) UIImageView *topColorLine;
  12. @property (nonatomic, strong) UIImageView *bottomColorLine;
  13. - (void)configCellWith:(NSString *)iconName title:(NSAttributedString *)attributedTitle;
  14. @end