123456789101112131415161718192021 |
- //
- // NYClassRoomPeiCell.h
- // jiaPei
- //
- // Created by Ning.ge on 2024/2/4.
- // Copyright © 2024 JCZ. All rights reserved.
- //
- #import "CollectionViewCell.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface NYClassRoomPeiCell : RQCommonCollectionViewCell
- @property (weak, nonatomic) IBOutlet UIView *px00_view;
- @property (weak, nonatomic) IBOutlet UIView *px01_view;
- @end
- NS_ASSUME_NONNULL_END
|