// // SPSBOrderListTableViewController.h // 我的社保 // // Created by shanp on 2021/6/18. // #import NS_ASSUME_NONNULL_BEGIN @interface SPSBOrderListTableViewController : JXHFixHeaderTableViewController @property (nonatomic, strong) NSArray *spsb_data; @property (nonatomic, strong) void (^spsb_canceledOrder)(NSString *orderNum); - (void)cancelOrderSuccessWithIndexPath:(NSIndexPath *)indexPath; @end NS_ASSUME_NONNULL_END