XYSkillRejectOrderViewController.h 381 B

123456789101112131415161718
  1. //
  2. // XYSkillRejectOrderViewController.h
  3. // Starbuds
  4. //
  5. // Created by 翟玉磊 on 2020/11/4.
  6. // Copyright © 2020 翟玉磊. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. #import "JXCategoryListContainerView.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface XYSkillRejectOrderViewController : BaseViewController<JXCategoryListContentViewDelegate>
  12. @end
  13. NS_ASSUME_NONNULL_END