// // SPSBTableViewController.h // 我的社保 // // Created by shanp on 2021/4/19. // #import typedef NS_ENUM(NSUInteger, SPSBTableViewBackgroundColor) { SPSBTableViewBackgroundColorWhite, SPSBTableViewBackgroundColorGray, SPSBTableViewBackgroundColorOther }; NS_ASSUME_NONNULL_BEGIN @interface SPSBTableViewController : UITableViewController - (instancetype)initWithStyle:(UITableViewStyle)style backgroundColor:(SPSBTableViewBackgroundColor)color; @end NS_ASSUME_NONNULL_END