mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-05 22:48:21 +00:00
Remove un-used IGListCollectionContext from IGListAdapter
Summary: Coming from the discussion in D40925763. It seems the reference to importing `IGListCollectionContext.` in `IGListAdapter` is unused. I was wondering if there was a deliberate design decision here to expose the `IGListCollectionContext` in here publicly at some point that never made it through. After consulting with some other iOS engineers, we agreed it's best not to expand the public facing surface area without some kind of tangible benefit, so lets remove this import to remove any more confusion. I'll do a proper audit later when I have more time to see how many other unused header references there are in this library. Differential Revision: D41179480 fbshipit-source-id: 2a96c199bd4357310e2517be8f0f154e7af91948
This commit is contained in:
parent
82f59a8760
commit
fdf6145c77
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@
|
|||
#import "IGListAdapterMoveDelegate.h"
|
||||
#import "IGListAdapterPerformanceDelegate.h"
|
||||
#import "IGListAdapterUpdateListener.h"
|
||||
#import "IGListCollectionContext.h"
|
||||
|
||||
@protocol IGListUpdatingDelegate;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue