AliComCrash.h 586 B

123456789101112131415161718192021
  1. //
  2. // AliComCrash.h
  3. // AliComCrash
  4. //
  5. // Created by Vienta on 2020/3/31.
  6. // Copyright © 2020 FuYi. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "PNSCrashComponentInterface.h"
  10. #import "PNSCrashComponentFactory.h"
  11. //! Project version number for AliComCrash.
  12. FOUNDATION_EXPORT double AliComCrashVersionNumber;
  13. //! Project version string for AliComCrash.
  14. FOUNDATION_EXPORT const unsigned char AliComCrashVersionString[];
  15. // In this header, you should import all the public headers of your framework using statements like #import <AliComCrash/PublicHeader.h>