mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 01:08:27 +00:00
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:
parent
97b0a13a59
commit
aa5b229ba2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue