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