Skip to content

Commit

Permalink
Enable strict concurrency for BCNLoginNavigationController
Browse files Browse the repository at this point in the history
Summary:
Enable strict concurrency for `BCNLoginNavigationController`.

Let's embrace Swift 6 syntax :)

This case is easy since the whole `BCNLoginNavigationController` is on main actor.

Differential Revision: D60809973

fbshipit-source-id: 53745fcfbfb63895d224344de6e5063eb67cea7d
  • Loading branch information
matrush authored and facebook-github-bot committed Aug 27, 2024
1 parent 8872480 commit 0e46e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/IGListKit/IGListAdapterUpdateListener.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ typedef NS_ENUM(NSInteger, IGListAdapterUpdateType) {
/**
Conform to this protocol to receive events about `IGListAdapter` updates.
*/
NS_SWIFT_UI_ACTOR
NS_SWIFT_NAME(ListAdapterUpdateListener)
@protocol IGListAdapterUpdateListener <NSObject>

Expand Down

0 comments on commit 0e46e4a

Please # to comment.