2016-09-07 22:37:59 +00:00
|
|
|
/**
|
|
|
|
|
* Copyright (c) 2016-present, Facebook, Inc.
|
|
|
|
|
* All rights reserved.
|
|
|
|
|
*
|
|
|
|
|
* This source code is licensed under the BSD-style license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
|
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|
|
|
|
*/
|
|
|
|
|
|
2016-12-24 18:34:22 +00:00
|
|
|
#import <IGListKit/IGListCompatibility.h>
|
2016-09-07 22:37:59 +00:00
|
|
|
|
2016-11-21 23:36:26 +00:00
|
|
|
/**
|
|
|
|
|
* Project version number for IGListKit.
|
|
|
|
|
*/
|
2016-09-07 22:37:59 +00:00
|
|
|
FOUNDATION_EXPORT double IGListKitVersionNumber;
|
|
|
|
|
|
2016-11-21 23:36:26 +00:00
|
|
|
/**
|
|
|
|
|
* Project version string for IGListKit.
|
|
|
|
|
*/
|
2016-09-07 22:37:59 +00:00
|
|
|
FOUNDATION_EXPORT const unsigned char IGListKitVersionString[];
|
|
|
|
|
|
2016-12-14 22:39:01 +00:00
|
|
|
#import <IGListKit/IGListAssert.h>
|
2016-12-14 07:01:21 +00:00
|
|
|
#import <IGListKit/IGListBatchUpdateData.h>
|
|
|
|
|
#import <IGListKit/IGListDiff.h>
|
|
|
|
|
#import <IGListKit/IGListDiffable.h>
|
2016-12-14 04:31:41 +00:00
|
|
|
#import <IGListKit/IGListExperiments.h>
|
|
|
|
|
#import <IGListKit/IGListIndexPathResult.h>
|
|
|
|
|
#import <IGListKit/IGListIndexSetResult.h>
|
2016-12-14 07:01:21 +00:00
|
|
|
#import <IGListKit/IGListMoveIndex.h>
|
|
|
|
|
#import <IGListKit/IGListMoveIndexPath.h>
|
2016-11-22 00:57:23 +00:00
|
|
|
#import <IGListKit/NSNumber+IGListDiffable.h>
|
|
|
|
|
#import <IGListKit/NSString+IGListDiffable.h>
|