SPSBOrderListTableViewController.h 474 B

12345678910111213141516171819202122
  1. //
  2. // SPSBOrderListTableViewController.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/6/18.
  6. //
  7. #import <JXHFixHeaderTableViewController.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface SPSBOrderListTableViewController : JXHFixHeaderTableViewController
  10. @property (nonatomic, strong) NSArray *spsb_data;
  11. @property (nonatomic, strong) void (^spsb_canceledOrder)(NSString *orderNum);
  12. - (void)cancelOrderSuccessWithIndexPath:(NSIndexPath *)indexPath;
  13. @end
  14. NS_ASSUME_NONNULL_END