mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 01:38:26 +00:00
Remove unused IGListExperimentalAdapterUpdater+DebugDescription.h header file
Summary: I found a file named `IGListExperimentalAdapterUpdater+DebugDescription.h` that wasn't part of the Xcode project, and had no accompanying implementation file. Since it looks like it's not being used, we can probably just delete it. Reviewed By: candance Differential Revision: D45147745 fbshipit-source-id: a1fbc0475c1c6098f03c7ea6a2f6316917c2e677
This commit is contained in:
parent
b09fc8c775
commit
b68ab60b92
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
#import <IGListKit/IGListAdapterUpdater.h>
|
||||
|
||||
@interface IGListAdapterUpdater (DebugDescription)
|
||||
|
||||
- (NSArray<NSString *> *)debugDescriptionLines;
|
||||
|
||||
@end
|
||||
Loading…
Reference in a new issue