BBATableViewCell.h 420 Bytes
//
//  BBATableViewCell.h
//  BBAPods
//
//  Created by Xiong Feng on 15/11/3.
//  Copyright © 2015年 Baidu. All rights reserved.
//

#import "BBATableViewController.h"

__attribute__ ((deprecated("该类已被废弃,请勿再使用")))
@interface BBATableViewCell : UITableViewCell

/// 内容高度
@property (nonatomic, assign) CGFloat bbaContentHeight;

- (void)initialize;

+ (NSString *)reuseIdentifier;

@end