SPSBTransferImformationView.h 545 B

123456789101112131415161718192021222324
  1. //
  2. // SPSBTransferImformationView.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/6/4.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface SPSBTransferImformationView : UITableView
  10. @property (nonatomic, strong) NSArray *spsb_data;
  11. @property (nonatomic, strong) NSArray *spsb_sectionNumberArray;
  12. @property (nonatomic, readonly, strong) NSString *spsb_name;
  13. @property (nonatomic, readonly, strong) NSString *spsb_remark;
  14. @property (nonatomic, strong) void (^spsb_selectRow)(NSIndexPath *indexPath);
  15. @end
  16. NS_ASSUME_NONNULL_END