Skip to content

Commit

Permalink
Mark NS_SWIFT_UI_ACTOR for IGFeedItem cells and other protocols
Browse files Browse the repository at this point in the history
Summary:
Mark `NS_SWIFT_UI_ACTOR` for IGFeedItem cells and other protocols.

In order to unblock D60809973, I need to update all these which is error triggered by enabling strict concurrency on Swift 6.

It's a trail and error and fix process, seem details inline.

Differential Revision: D61847332

fbshipit-source-id: 04909647da435c97875b10b3649d923c0b50bb76
  • Loading branch information
matrush authored and facebook-github-bot committed Aug 27, 2024
1 parent 0c25779 commit 8872480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/IGListKit/IGListAdapterDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
Conform to `IGListAdapterDelegate` to receive display events for objects in a list.
*/
NS_SWIFT_UI_ACTOR
NS_SWIFT_NAME(ListAdapterDelegate)
@protocol IGListAdapterDelegate <NSObject>

Expand Down

0 comments on commit 8872480

Please sign in to comment.