From aa5b229ba2ce21e26ac870e2d3087c67c7e2bf9b Mon Sep 17 00:00:00 2001 From: Nate Stedman Date: Wed, 1 Jul 2020 17:40:11 -0700 Subject: [PATCH] Fix import in IGListKit Summary: This header refers to `UICollectionViewCell` but does not import UIKit. Reviewed By: candance Differential Revision: D22340609 fbshipit-source-id: 8d03a48d363ecf3b00b29f89828d83ab44615fd4 --- Source/IGListKit/IGListAdapterPerformanceDelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/IGListKit/IGListAdapterPerformanceDelegate.h b/Source/IGListKit/IGListAdapterPerformanceDelegate.h index dc1c3386..250e175e 100644 --- a/Source/IGListKit/IGListAdapterPerformanceDelegate.h +++ b/Source/IGListKit/IGListAdapterPerformanceDelegate.h @@ -5,7 +5,7 @@ * LICENSE file in the root directory of this source tree. */ -#import +#import @class IGListAdapter; @class IGListSectionController;