BaseModule.h 241 B

123456789101112131415
  1. //
  2. // BaseModule.h
  3. // XinShouJiaDao
  4. //
  5. // Created by 张嵘 on 2021/7/8.
  6. // Copyright © 2021 JCZ. All rights reserved.
  7. //
  8. #ifndef BaseModule_h
  9. #define BaseModule_h
  10. #import "RQBaseClass.h"
  11. #import "Common.h"
  12. #endif /* BaseModule_h */