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
This commit is contained in:
Nate Stedman 2020-07-01 17:40:11 -07:00 committed by Facebook GitHub Bot
parent 97b0a13a59
commit aa5b229ba2

View file

@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@class IGListAdapter;
@class IGListSectionController;