123456789101112131415161718 |
- //
- // NYExerciseOptionCell.h
- // jiaPei
- //
- // Created by Ning.ge on 2024/10/31.
- // Copyright © 2024 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @class AnswerItem;
- @interface NYExerciseOptionCell : RQCommonCell
- @property (nonatomic, strong) AnswerItem *item;
- @end
- NS_ASSUME_NONNULL_END
|