react-native-navigation的迁移库

UINavigationBar+utils.h 160B

12345678910
  1. #import <UIKit/UIKit.h>
  2. @interface UINavigationBar (utils)
  3. - (void)rnn_setBackgroundColor:(UIColor *)color;
  4. - (void)rnn_setBackgroundColorTransparent;
  5. @end