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:
Tim Oliver 2023-04-20 14:26:11 -07:00 committed by Facebook GitHub Bot
parent b09fc8c775
commit b68ab60b92

View file

@ -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