/* * 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. */ #if !__has_include() #import "IGListCompatibility.h" #else #import #endif /** * Project version number for IGListKit. */ FOUNDATION_EXPORT double IGListKitVersionNumber; /** * Project version string for IGListKit. */ FOUNDATION_EXPORT const unsigned char IGListKitVersionString[]; #if !__has_include() #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" #else #import #import #import #import #import #import #import #import #import #import #import #endif