BBATableViewStaticCell.h
460 Bytes
//
// BBATableViewStaticCell.h
// BBAPods
//
// Created by Xiong Feng on 16/1/20.
// Copyright © 2016年 Baidu. All rights reserved.
//
#import "BBATableViewCell.h"
__attribute__ ((deprecated("该类已被废弃,请勿再使用")))
@interface BBATableViewStaticCell : BBATableViewCell
/**
* 正常模式,在cell设置各类参数完毕后调用即可,继承此类的cell,如果使用到,也需要手动调取
*/
- (void)defaultCellStyle;
@end