2019-12-10 06:07:20 +03:00
|
|
|
//
|
|
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
// Licensed under the MIT License.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
|
2020-02-07 12:54:39 +03:00
|
|
|
typedef NS_ENUM(NSInteger, DMNamespace) {
|
2019-12-10 06:40:10 +03:00
|
|
|
DMNamespaceDM NS_SWIFT_NAME(dm),
|
2019-12-10 06:07:20 +03:00
|
|
|
};
|