APPdelegateModularForRequest.h 292 B

123456789101112131415161718
  1. //
  2. // APPdelegateModularForRequest.h
  3. // jiaPei
  4. //
  5. // Created by 张嵘 on 2021/4/12.
  6. // Copyright © 2021 JCZ. All rights reserved.
  7. //
  8. #import "RQBaseAppEventModule.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface APPdelegateModularForRequest : RQBaseAppEventModule
  11. @end
  12. NS_ASSUME_NONNULL_END