No Description

FKHomeOrderEntranceCell.h 569B

12345678910111213141516171819202122232425
  1. //
  2. // FKHomeOrderEntranceCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/12/25.
  6. // Copyright © 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //typedef NS_ENUM(NSInteger, kEntranceType) {
  10. // kEntranceTypeUnKown = - 1,
  11. // kEntranceTypeWaitPay = 0,
  12. // kEntranceTypeUnderWay,
  13. // kEntranceTypeFinish,
  14. // kEntranceTypeAllOrder
  15. //};
  16. @interface FKHomeOrderEntranceCell : UITableViewCell
  17. @property (nonatomic, copy) void (^enterOrderAction)(FKPersonOrderClassify entryType);
  18. @property (nonatomic, strong) NSString *waitPayStr;
  19. @end