SPSBNavigationController.h 329 B

1234567891011121314151617181920
  1. //
  2. // SPSBNavigationController.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/4/19.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface SPSBNavigationController : UINavigationController
  10. //- (void)setBarTitleColor:(UIColor *)color;
  11. //- (void)setBarBackgroundColor:(UIColor *)color;
  12. @end
  13. NS_ASSUME_NONNULL_END