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