1234567891011121314151617181920 |
- //
- // AppDelegate+SPSBConfiguration.h
- // 我的社保
- //
- // Created by shanp on 2021/4/20.
- //
- #import "AppDelegate.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface AppDelegate (SPSBConfiguration)
- - (void)localConfiguration;
- - (void)thirdPartConfiguration;
- @end
- NS_ASSUME_NONNULL_END
|