SPSBMineViewController.h 243 B

12345678910111213141516171819
  1. //
  2. // SPSBMineViewController.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/4/20.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface SPSBMineViewController : UIViewController
  10. - (void)getRedDot;
  11. @end
  12. NS_ASSUME_NONNULL_END