12345678910111213141516171819202122 |
- //
- // SPSBOrderListTableViewController.h
- // 我的社保
- //
- // Created by shanp on 2021/6/18.
- //
- #import <JXHFixHeaderTableViewController.h>
- 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
|