BBABottomActionSheetListViewTableViewCell.h 602 Bytes
//
//  BBABottomActionSheetListViewTableViewCell.h
//  BBAUIKit
//
//  Created by Ning,Liujie on 2020/7/25.
//  Copyright © 2020 Baidu. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "BBABottomActionSheetItem.h"

NS_ASSUME_NONNULL_BEGIN


@interface BBABottomActionSheetListViewTableViewCell : UITableViewCell

/// 更新cell 数据
- (void)updateWithItem:(BBABottomActionSheetBaseItem *)item;

@end

@interface BBABottomActionSheetListViewCustomTableViewCell : UITableViewCell

/// 更新cell 数据
- (void)updateWithItem:(BBABottomActionSheetBaseItem *)item;

@end

NS_ASSUME_NONNULL_END