NYLIHomePageSimulationExamCell.h 302 B

12345678910111213141516171819
  1. //
  2. // NYLIHomePageSimulationExamCell.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2025/2/14.
  6. // Copyright © 2025 JCZ. All rights reserved.
  7. //
  8. #import "CollectionViewCell.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NYLIHomePageSimulationExamCell : RQCommonCollectionViewCell
  11. @end
  12. NS_ASSUME_NONNULL_END