Sign in

iOS Team / CNliveBBASMModule · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNliveBBASMModule
  • ..
  • Headers
  • BBAFontPannelView.h
  • 0.0.2
    945d4c32
    liushiyu authored
    2021-10-21 15:26:26 +0800  
    Browse Code »
BBAFontPannelView.h 353 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  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