12345678910111213141516171819202122 |
- //
- // AppDelegate+SPSBRootViewController.h
- // 我的社保
- //
- // Created by shanp on 2021/4/20.
- //
- #import "AppDelegate.h"
- #import "SPSBEnumerationProfile.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface AppDelegate (SPSBRootViewController)
- - (void)creatDefinedTabbar;
- - (void)changeTabBarType:(SPSBTabBarType)type;
- - (void)showHomePage;
- @end
- NS_ASSUME_NONNULL_END
|