UINavigationBar+BBAUnderLine.h
406 Bytes
//
// UINavigationBar+BBAUnderLine.h
// TQNavigationBarUnderLine
//
// Created by qfu on 8/19/15.
// Copyright (c) 2015 qfu. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UINavigationBar (BBAUnderLine)
/**
* 设置导航栏底部一像素线的颜色
*
* @param color 颜色
*/
- (void)bba_setUnderLineColor:(UIColor *)color NS_AVAILABLE_IOS(7_0);;
- (void)bba_resetUnderline;
@end