15 lines
449 B
Objective-C
15 lines
449 B
Objective-C
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT License.
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#if __has_include(<AppCenterDistribute/MSACDistribute.h>)
|
|
#import <AppCenterDistribute/MSACDistribute.h>
|
|
#import <AppCenterDistribute/MSACDistributeDelegate.h>
|
|
#import <AppCenterDistribute/MSACReleaseDetails.h>
|
|
#else
|
|
#import "MSACDistribute.h"
|
|
#import "MSACDistributeDelegate.h"
|
|
#import "MSACReleaseDetails.h"
|
|
#endif
|