新UI马甲包

FSSuperListCell.h 472B

12345678910111213141516171819
  1. //
  2. // FSSuperListCell.h
  3. // FSScrollViewNestTableViewDemo
  4. //
  5. // Created by liuxueli on 2018/12/11.
  6. // Copyright © 2018 fengshun. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface FSSuperListCell : UITableViewCell<UICollectionViewDelegateFlowLayout,UICollectionViewDataSource,UICollectionViewDelegate>
  11. @property(nonatomic,strong)NSArray *array;
  12. @property (nonatomic, strong)UICollectionView *collections;
  13. @end
  14. NS_ASSUME_NONNULL_END