123456789101112131415161718 |
- //
- // JLSubCell.h
- // OnlyViewControllerLink
- //
- // Created by JayLuo on 2020/4/25.
- // Copyright © 2020 朱伟阁. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface JLSubCell : UICollectionViewCell //1fxy
- @property (weak, nonatomic) IBOutlet UILabel *label;
- @property (weak, nonatomic) IBOutlet UIImageView *headIMGx;
- @end
- NS_ASSUME_NONNULL_END
|