RQExerciseOptionCell.h 274 B

12345678910111213141516
  1. //
  2. // RQExerciseOptionCell.h
  3. // JSJP
  4. //
  5. // Created by 张嵘 on 2021/8/12.
  6. //
  7. #import "RQCommonCell.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @class AnswerItem;
  10. @interface RQExerciseOptionCell : RQCommonCell
  11. @property (nonatomic, strong) AnswerItem *item;
  12. @end
  13. NS_ASSUME_NONNULL_END