From 2d11c4d3f3e7e39751a120a6b2d825a61c78e03c Mon Sep 17 00:00:00 2001 From: Cat Jia Date: Mon, 9 Sep 2024 11:41:24 -0700 Subject: [PATCH] Migrate IGDirectAggregatedMediaSectionController Summary: This Diff is gated, see D62112911 for details. Differential Revision: D62265869 fbshipit-source-id: ee8279b8b6918f8b5aa9ddad3dc0e550ec3400af --- Source/IGListKit/IGListWorkingRangeDelegate.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/IGListKit/IGListWorkingRangeDelegate.h b/Source/IGListKit/IGListWorkingRangeDelegate.h index 3f7a1c619..635294a71 100644 --- a/Source/IGListKit/IGListWorkingRangeDelegate.h +++ b/Source/IGListKit/IGListWorkingRangeDelegate.h @@ -20,6 +20,7 @@ NS_ASSUME_NONNULL_BEGIN The working range is a range *near* the viewport in which you can begin preparing content for display. For example, you could begin decoding images, or warming text caches. */ +NS_SWIFT_UI_ACTOR NS_SWIFT_NAME(ListWorkingRangeDelegate) @protocol IGListWorkingRangeDelegate