#import <UIKit/UIKit.h> @interface UINavigationBar (utils) - (void)rnn_setBackgroundColor:(UIColor *)color; - (void)rnn_setBackIndicatorImage:(UIImage *)image; - (void)rnn_showBorder:(BOOL)showBorder; @end