BBAToolBarSystemIcon.h
321 Bytes
//
// BBAToolBarSystemIcon.h
// BBAPods
//
// Created by liuboyang01 on 16/8/22.
// Copyright © 2016年 Baidu. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "BBAToolBarSystemButton.h"
@interface BBAToolBarSystemIcon : UIImageView
@property (nonatomic,strong) BBAToolBarSystemButton *actionButton;
@end