No Description

AWSCore.h 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. //
  2. // Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  3. //
  4. // Licensed under the Apache License, Version 2.0 (the "License").
  5. // You may not use this file except in compliance with the License.
  6. // A copy of the License is located at
  7. //
  8. // http://aws.amazon.com/apache2.0
  9. //
  10. // or in the "license" file accompanying this file. This file is distributed
  11. // on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
  12. // express or implied. See the License for the specific language governing
  13. // permissions and limitations under the License.
  14. //
  15. #import <UIKit/UIKit.h>
  16. /*!
  17. Project version number for the AWSCore framework.
  18. @warning This value is deprecated and will be removed in an upcoming minor
  19. version of the SDK. It conflicts with the umbrella header generated by
  20. CocoaPods, and is not implemented at all in cases where this SDK is imported
  21. as a CocoaPod static library. As this numeric value does not support
  22. patch-level versioning, you should use AWSiOSSDKVersion instead.
  23. @deprecated Use AWSiOSSDKVersion instead.
  24. */
  25. FOUNDATION_EXPORT double AWSCoreVersionNumber DEPRECATED_MSG_ATTRIBUTE("Use AWSiOSSDKVersion instead.");
  26. /*!
  27. Project version string for the AWSCore framework.
  28. @warning This value is deprecated and will be removed in an upcoming minor
  29. version of the SDK. It conflicts with the umbrella header generated by
  30. CocoaPods, and is not implemented at all in cases where this SDK is imported
  31. as a CocoaPod static library.
  32. @deprecated Use AWSiOSSDKVersion instead.
  33. */
  34. FOUNDATION_EXPORT const unsigned char AWSCoreVersionString[] DEPRECATED_MSG_ATTRIBUTE("Use AWSiOSSDKVersion instead.");
  35. #import "AWSCocoaLumberjack.h"
  36. #import "AWSServiceEnum.h"
  37. #import "AWSService.h"
  38. #import "AWSCredentialsProvider.h"
  39. #import "AWSIdentityProvider.h"
  40. #import "AWSModel.h"
  41. #import "AWSNetworking.h"
  42. #import "AWSCategory.h"
  43. #import "AWSLogging.h"
  44. #import "AWSClientContext.h"
  45. #import "AWSSynchronizedMutableDictionary.h"
  46. #import "AWSSerialization.h"
  47. #import "AWSURLRequestSerialization.h"
  48. #import "AWSURLResponseSerialization.h"
  49. #import "AWSURLSessionManager.h"
  50. #import "AWSSignature.h"
  51. #import "AWSURLRequestRetryHandler.h"
  52. #import "AWSValidation.h"
  53. #import "AWSInfo.h"
  54. #import "AWSBolts.h"
  55. #import "AWSGZIP.h"
  56. #import "AWSFMDB.h"
  57. #import "AWSKSReachability.h"
  58. #import "AWSTMCache.h"
  59. #import "AWSUICKeyChainStore.h"
  60. #import "AWSSTS.h"
  61. #import "AWSCognitoIdentity.h"