RQCommunityModule.h 431 B

12345678910111213141516171819202122232425262728
  1. //
  2. // RQCommunityModule.h
  3. // jiaPei
  4. //
  5. // Created by 张嵘 on 2021/11/19.
  6. // Copyright © 2021 JCZ. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #pragma mark - ViewController
  10. #import "RQCommunityViewController.h"
  11. #pragma mark - ViewModel
  12. #import "RQCommunityViewModel.h"
  13. #pragma mark - View
  14. #pragma mark - Model
  15. NS_ASSUME_NONNULL_BEGIN
  16. @interface RQCommunityModule : NSObject
  17. @end
  18. NS_ASSUME_NONNULL_END