BBATableViewStaticCellFooter.h 364 Bytes
//
//  BBATableViewStaticCellFooter.h
//  BBAPods
//
//  Created by Xiong Feng on 16/1/21.
//  Copyright © 2016年 Baidu. All rights reserved.
//
#import <UIKit/UIKit.h>
__attribute__ ((deprecated("该类已被废弃,请勿再使用")))
@interface BBATableViewStaticCellFooter : UIView

- (instancetype)initWithText:(NSString *)text width:(CGFloat)width;

@end