1234567891011121314151617181920 |
- //
- // SPSBNavigationController.h
- // 我的社保
- //
- // Created by shanp on 2021/4/19.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface SPSBNavigationController : UINavigationController
- //- (void)setBarTitleColor:(UIColor *)color;
- //- (void)setBarBackgroundColor:(UIColor *)color;
- @end
- NS_ASSUME_NONNULL_END
|