From ce748889e6524e4b232de0849f87d99344c1b4b7 Mon Sep 17 00:00:00 2001 From: Cat Jia Date: Wed, 3 Jul 2024 10:14:02 -0700 Subject: [PATCH] Update `swift_strict_concurrency` for 4 `igd_media_ios` targets Summary: Update targets: ``` //fbobjc/Apps/Instagram/Features/Direct/IGDirectEphemeralKit:IGDirectEphemeralKit //fbobjc/Apps/Instagram/Features/Direct/IGDirectToPublic:IGDirectToPublic //fbobjc/Apps/Instagram/Features/Direct/IGDirectVisualMessageActivity:IGDirectVisualMessageActivity //fbobjc/Apps/Instagram/Features/Direct/IGDirectVisualMessageViewerKit:IGDirectVisualMessageViewerSession ``` Differential Revision: D59322622 fbshipit-source-id: 3acf5f7bdfdd313e33e3acf4137f29e823816bb9 --- Source/IGListKit/IGListSectionController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/IGListKit/IGListSectionController.h b/Source/IGListKit/IGListSectionController.h index 4a625d698..fc783ffed 100644 --- a/Source/IGListKit/IGListSectionController.h +++ b/Source/IGListKit/IGListSectionController.h @@ -62,7 +62,7 @@ NS_SWIFT_NAME(ListSectionController) and returned, rather than the existing cell that you may have intended to retrieve. Instead, you can call `-cellForItemAtIndex:sectionController:` on `IGListCollectionContext` to obtain active cell references. */ -- (__kindof UICollectionViewCell *)cellForItemAtIndex:(NSInteger)index; +- (__kindof UICollectionViewCell *)cellForItemAtIndex:(NSInteger)index NS_SWIFT_UI_ACTOR; /** Updates the section controller to a new object.