BBAToolBarItem+ToolBarItemPrivate.h 478 Bytes
//
//  BBAToolBarItem+ToolBarItemPrivate.h
//  BBAPods
//
//  Created by liuboyang01 on 16/8/17.
//  Copyright © 2016年 Baidu. All rights reserved.
//

#import "BBAToolBarItem.h"
#import "BBAToolBar.h"

@interface BBAToolBarItem (ToolBarItemPrivate)

- (void)displayBadgeView;
+ (BOOL)isSystemBarItemID:(NSUInteger)itemID;
+ (UIImage *)getSystemItemIcon:(BBAToolBarSystemItemID)itemID
					   bgStyle:(BBAToolBarBackgroundStyle)bgStyle;

- (void)startExplosionAnimation;

@end