BBATableViewStaticDisclosureCell.h
410 Bytes
//
// BBATableViewStaticDisclosureCell.h
// BBAPods
//
// Created by Xiong Feng on 16/1/20.
// Copyright © 2016年 Baidu. All rights reserved.
//
#import "BBATableViewStaticCell.h"
__attribute__ ((deprecated("该类已被废弃,请勿再使用")))
@interface BBATableViewStaticDisclosureCell : BBATableViewStaticCell
@property (nonatomic, copy) void(^actionBlock)(void);
- (void)performAction;
@end