No Description

AWSCognito.h 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. //
  2. // Copyright 2014-2016 Amazon.com,
  3. // Inc. or its affiliates. All Rights Reserved.
  4. //
  5. // Licensed under the Amazon Software License (the "License").
  6. // You may not use this file except in compliance with the
  7. // License. A copy of the License is located at
  8. //
  9. // http://aws.amazon.com/asl/
  10. //
  11. // or in the "license" file accompanying this file. This file is
  12. // distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
  13. // CONDITIONS OF ANY KIND, express or implied. See the License
  14. // for the specific language governing permissions and
  15. // limitations under the License.
  16. //
  17. #import <Foundation/Foundation.h>
  18. /*!
  19. Project version number for the AWSCognito framework.
  20. @warning This value is deprecated and will be removed in an upcoming minor
  21. version of the SDK. It conflicts with the umbrella header generated by
  22. CocoaPods, and is not implemented at all in cases where this SDK is imported
  23. as a CocoaPod static library. As this numeric value does not support
  24. patch-level versioning, you should use AWSCognitoSDKVersion instead.
  25. @deprecated Use AWSCognitoSDKVersion instead.
  26. */
  27. FOUNDATION_EXPORT double AWSCognitoVersionNumber DEPRECATED_MSG_ATTRIBUTE("Use AWSCognitoSDKVersion instead.");
  28. /*!
  29. Project version string for the AWSCognito framework.
  30. @warning This value is deprecated and will be removed in an upcoming minor
  31. version of the SDK. It conflicts with the umbrella header generated by
  32. CocoaPods, and is not implemented at all in cases where this SDK is imported
  33. as a CocoaPod static library.
  34. @deprecated Use AWSCognitoSDKVersion instead.
  35. */
  36. FOUNDATION_EXPORT const unsigned char AWSCognitoVersionString[] DEPRECATED_MSG_ATTRIBUTE("Use AWSCognitoSDKVersion instead.");
  37. #import "AWSCognitoService.h"
  38. #import "AWSCognitoDataset.h"
  39. #import "AWSCognitoRecord.h"
  40. #import "AWSCognitoHandlers.h"
  41. #import "AWSCognitoConflict.h"
  42. #import "AWSCognitoSyncService.h"