ATAuthSDK.h 622 B

123456789101112131415161718192021222324
  1. //
  2. // ATAuthSDK.h
  3. // ATAuthSDK
  4. //
  5. // Created by yangli on 2020/11/11.
  6. // Copyright © 2020. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. //! Project version number for ATAuthSDK.
  10. FOUNDATION_EXPORT double ATAuthSDKVersionNumber;
  11. //! Project version string for ATAuthSDK.
  12. FOUNDATION_EXPORT const unsigned char ATAuthSDKVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <ATAuthSDK/PublicHeader.h>
  14. #import "TXCommonHandler.h"
  15. #import "TXCommonUtils.h"
  16. #import "PNSReturnCode.h"
  17. #import "TXCustomModel.h"
  18. #import "PNSReporter.h"