19 lines
541 B
Objective-C
19 lines
541 B
Objective-C
//
|
|
// Copyright Amazon.com Inc. or its affiliates.
|
|
// Inc. or its affiliates. All Rights Reserved.
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for AWSPluginsCore.
|
|
FOUNDATION_EXPORT double AWSPluginsCoreVersionNumber;
|
|
|
|
//! Project version string for AWSPluginsCore.
|
|
FOUNDATION_EXPORT const unsigned char AWSPluginsCoreVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <AWSPluginsCore/PublicHeader.h>
|
|
|
|
|