2019-12-19 17:32:49 +00:00
|
|
|
/*
|
2023-04-06 09:44:16 +00:00
|
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
2019-10-31 15:17:38 +00:00
|
|
|
*
|
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
|
*/
|
|
|
|
|
|
2021-09-01 02:22:18 +00:00
|
|
|
#import "IGListCompatibility.h"
|
2019-10-31 15:17:38 +00:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Project version number for IGListKit.
|
|
|
|
|
*/
|
|
|
|
|
FOUNDATION_EXPORT double IGListKitVersionNumber;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Project version string for IGListKit.
|
|
|
|
|
*/
|
|
|
|
|
FOUNDATION_EXPORT const unsigned char IGListKitVersionString[];
|
|
|
|
|
|
2021-09-01 02:22:18 +00:00
|
|
|
#import "IGListAssert.h"
|
|
|
|
|
#import "IGListBatchUpdateData.h"
|
|
|
|
|
#import "IGListDiff.h"
|
|
|
|
|
#import "IGListDiffable.h"
|
|
|
|
|
#import "IGListExperiments.h"
|
|
|
|
|
#import "IGListIndexPathResult.h"
|
|
|
|
|
#import "IGListIndexSetResult.h"
|
|
|
|
|
#import "IGListMoveIndex.h"
|
|
|
|
|
#import "IGListMoveIndexPath.h"
|
|
|
|
|
#import "NSNumber+IGListDiffable.h"
|
|
|
|
|
#import "NSString+IGListDiffable.h"
|