// // SPSBSalaryTableViewController.h // 我的社保 // // Created by shanp on 2021/6/18. // #import typedef NS_ENUM(NSUInteger, SPSBSalaryTableViewType) { SPSBSalaryTableViewTypeWaitForPay, SPSBSalaryTableViewTypeFinish }; NS_ASSUME_NONNULL_BEGIN @interface SPSBSalaryTableViewController : JXHFixHeaderTableViewController @property (nonatomic, assign) SPSBSalaryTableViewType spsb_type; @end NS_ASSUME_NONNULL_END