UIViewController+BBABarStyle.h 546 Bytes
//
//  UIViewController+BBABarStyle.h
//  BBAPods
//
//  Created by hyman on 2017/7/19.
//  Copyright © 2017年 Baidu. All rights reserved.
//

#import <UIKit/UIKit.h>

__attribute__ ((deprecated("该类已被废弃,请勿再使用")))
@interface UIViewController (BBABarStyle)

/// 设置默认样式的导航栏title
- (void)bba_showNavigationBarDefaulStyleWithTitle:(NSString *)title animated:(BOOL)animated;
- (void)bba_showNavigationBarDefaulStyleWithTitle:(NSString *)title titleFontSize:(CGFloat)fontSize animated:(BOOL)animated;

@end