mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
204 B
C++
8 lines
204 B
C++
// This file is here only to bring in the parts of SwiftObject.mm that apply
|
|
// when not using an objc runtime.
|
|
#include "swift/Runtime/Config.h"
|
|
|
|
#if !SWIFT_OBJC_INTEROP
|
|
#include "SwiftObject.mm"
|
|
#endif
|