BBATableViewInfoCell.h
377 Bytes
//
// BBATableViewInfoCell.h
// BBAPods
//
// Created by hulinling on 2017/8/21.
// Copyright © 2017年 Baidu. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "BBACellInfoView.h"
__attribute__((deprecated("使用nib文件,已废弃")))
@interface BBATableViewInfoCell : UITableViewCell
@property (nonatomic, readonly, strong) BBACellInfoView *infoView;
@end