新UI马甲包

LDSuperListCell.h 432B

123456789101112131415161718192021
  1. //
  2. // LDSuperListCell.h
  3. // hc
  4. //
  5. // Created by liuxueli on 2018/12/11.
  6. // Copyright © 2018 hc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "LDSuperListModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface LDSuperListCell : UICollectionViewCell
  12. @property(nonatomic,strong)UIImageView *logoImg;
  13. @property(nonatomic,strong)UILabel *titlelabel;
  14. @property(nonatomic,strong)LDSuperListModel *models;
  15. @end
  16. NS_ASSUME_NONNULL_END