// // FSSuperListCell.h // FSScrollViewNestTableViewDemo // // Created by liuxueli on 2018/12/11. // Copyright © 2018 fengshun. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface FSSuperListCell : UITableViewCell @property(nonatomic,strong)NSArray *array; @property (nonatomic, strong)UICollectionView *collections; @end NS_ASSUME_NONNULL_END