BBATableViewStaticGridCell.h
563 Bytes
//
// BBATableViewStaticGridCell.h
// BBAPods
//
// Created by Xiong Feng on 16/1/27.
// Copyright © 2016年 Baidu. All rights reserved.
//
#import "BBATableViewCell.h"
__attribute__ ((deprecated("该类已被废弃,请勿再使用")))
@interface BBATableViewStaticGridCell : BBATableViewCell<UICollectionViewDataSource, UICollectionViewDelegate>
@property (nonatomic, strong) UICollectionView *gridView;
@property (nonatomic) NSInteger maxNumOfItemsPerRow;
@property (nonatomic) CGFloat rowHeight;
@property (nonatomic, strong) NSArray *items;
@end