mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 09:48:21 +00:00
Summary: Replace unprefixed includes in exported_headers with their prefixed equivalents. This avoids filesystem walking to find headers and makes it possible to resolve the headers via header maps. Reviewed By: d16r Differential Revision: D86316341 fbshipit-source-id: c3f5d4c5a8911cec45ccac2acd5ea466c244055e
30 lines
943 B
Objective-C
30 lines
943 B
Objective-C
/*
|
|
* 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 <IGListDiffKit/IGListCompatibility.h>
|
|
|
|
/**
|
|
* Project version number for IGListKit.
|
|
*/
|
|
FOUNDATION_EXPORT double IGListKitVersionNumber;
|
|
|
|
/**
|
|
* Project version string for IGListKit.
|
|
*/
|
|
FOUNDATION_EXPORT const unsigned char IGListKitVersionString[];
|
|
|
|
#import <IGListDiffKit/IGListAssert.h>
|
|
#import <IGListDiffKit/IGListBatchUpdateData.h>
|
|
#import <IGListDiffKit/IGListDiff.h>
|
|
#import <IGListDiffKit/IGListDiffable.h>
|
|
#import <IGListDiffKit/IGListExperiments.h>
|
|
#import <IGListDiffKit/IGListIndexPathResult.h>
|
|
#import <IGListDiffKit/IGListIndexSetResult.h>
|
|
#import <IGListDiffKit/IGListMoveIndex.h>
|
|
#import <IGListDiffKit/IGListMoveIndexPath.h>
|
|
#import <IGListDiffKit/NSNumber+IGListDiffable.h>
|
|
#import <IGListDiffKit/NSString+IGListDiffable.h>
|