mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Module interfaces should not include the @objcImplementation attribute, member implementations that are redundant with the ObjC header, or anything that would be invalid in an ordinary extension (e.g. overridden initializers, stored Swift-only properties).
5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
module objc_implementation {
|
|
header "objc_implementation.h"
|
|
export *
|
|
}
|