AppDelegate+SPSBRootViewController.h 363 B

12345678910111213141516171819202122
  1. //
  2. // AppDelegate+SPSBRootViewController.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/4/20.
  6. //
  7. #import "AppDelegate.h"
  8. #import "SPSBEnumerationProfile.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface AppDelegate (SPSBRootViewController)
  11. - (void)creatDefinedTabbar;
  12. - (void)changeTabBarType:(SPSBTabBarType)type;
  13. - (void)showHomePage;
  14. @end
  15. NS_ASSUME_NONNULL_END