Skip to content

Commit b32888d

Browse files
committed
Don't rely on system NS_SWIFT_SENDABLE
1 parent e1f6ad1 commit b32888d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import <Foundation/Foundation.h>
22

33
@interface A: NSObject
4-
- (id <NSObject>)foo NS_SWIFT_SENDABLE;
4+
- (id <NSObject>)foo __attribute__((swift_attr("@Sendable")));
55
@end

0 commit comments

Comments
 (0)