Skip to content

Commit

Permalink
Update swift_strict_concurrency for 4 igd_media_ios targets
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Cat Jia authored and facebook-github-bot committed Jul 3, 2024
1 parent 2052919 commit ce74888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/IGListKit/IGListSectionController.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ce74888

Please # to comment.