mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 23:58:36 +01:00
Mark RSHTMLMetadata as Sendable.
This commit is contained in:
parent
02de05142a
commit
57de8acfc5
@ -19,6 +19,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
__attribute__((swift_attr("@Sendable")))
|
||||
@interface RSHTMLMetadata : NSObject
|
||||
|
||||
- (instancetype)initWithURLString:(NSString *)urlString tags:(NSArray <RSHTMLTag *> *)tags;
|
||||
|
Loading…
Reference in New Issue
Block a user