JLSubCell.h 385 B

123456789101112131415161718
  1. //
  2. // JLSubCell.h
  3. // OnlyViewControllerLink
  4. //
  5. // Created by JayLuo on 2020/4/25.
  6. // Copyright © 2020 朱伟阁. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface JLSubCell : UICollectionViewCell //1fxy
  11. @property (weak, nonatomic) IBOutlet UILabel *label;
  12. @property (weak, nonatomic) IBOutlet UIImageView *headIMGx;
  13. @end
  14. NS_ASSUME_NONNULL_END