- //
- // RQExerciseOptionCell.h
- // JSJP
- //
- // Created by 张嵘 on 2021/8/12.
- //
- #import "RQCommonCell.h"
- NS_ASSUME_NONNULL_BEGIN
- @class AnswerItem;
- @interface RQExerciseOptionCell : RQCommonCell
- @property (nonatomic, strong) AnswerItem *item;
- @end
- NS_ASSUME_NONNULL_END
|