BBAFontPannelView.h
353 Bytes
//
// BBAFontPannelView.h
// BBAPods
//
// Created by mayulong01 on 26/10/2016.
// Copyright © 2016 Baidu. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface BBAFontPannelView : UIView
- (instancetype)initWithFrame:(CGRect)frame
withFontLevel:(NSString *)fontLevel
withBarStyle:(NSInteger)barStyle;
@end