APPdelegateModularForSystemSetting.h 302 B

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