Files
onnxruntime-swift-package-m…/objectivec/assert_arc_enabled.mm
T
rachguo f3396b6ce4 Revert "remove not required files"
This reverts commit 071c82ffd7.
2023-07-19 15:12:23 -07:00

5 lines
173 B
Plaintext

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
static_assert(__has_feature(objc_arc), "Objective-C ARC must be enabled.");