2016-09-07 22:37:59 +00:00
|
|
|
/**
|
2018-11-01 17:56:41 +00:00
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
2016-09-07 22:37:59 +00:00
|
|
|
*
|
2018-05-01 21:33:50 +00:00
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
2016-09-07 22:37:59 +00:00
|
|
|
*/
|
|
|
|
|
|
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 04:31:41 +00:00
|
|
|
#if TARGET_OS_EMBEDDED || TARGET_OS_SIMULATOR
|
|
|
|
|
|
2016-12-14 22:39:01 +00:00
|
|
|
// iOS and tvOS only:
|
2016-12-14 04:31:41 +00:00
|
|
|
|
2016-09-07 22:37:59 +00:00
|
|
|
#import <IGListKit/IGListAdapter.h>
|
|
|
|
|
#import <IGListKit/IGListAdapterDataSource.h>
|
|
|
|
|
#import <IGListKit/IGListAdapterDelegate.h>
|
2017-10-20 15:41:01 +00:00
|
|
|
#import <IGListKit/IGListAdapterUpdateListener.h>
|
2016-09-07 22:37:59 +00:00
|
|
|
#import <IGListKit/IGListAdapterUpdater.h>
|
|
|
|
|
#import <IGListKit/IGListAdapterUpdaterDelegate.h>
|
2017-03-22 19:40:51 +00:00
|
|
|
#import <IGListKit/IGListBatchContext.h>
|
2017-03-15 14:44:52 +00:00
|
|
|
#import <IGListKit/IGListBindable.h>
|
|
|
|
|
#import <IGListKit/IGListBindingSectionController.h>
|
|
|
|
|
#import <IGListKit/IGListBindingSectionControllerDataSource.h>
|
2017-10-20 15:41:01 +00:00
|
|
|
#import <IGListKit/IGListBindingSectionControllerSelectionDelegate.h>
|
2016-09-07 22:37:59 +00:00
|
|
|
#import <IGListKit/IGListCollectionContext.h>
|
2017-12-15 17:19:29 +00:00
|
|
|
#import <IGListKit/IGListCollectionView.h>
|
2017-10-20 15:41:01 +00:00
|
|
|
#import <IGListKit/IGListCollectionViewLayout.h>
|
2016-09-07 22:37:59 +00:00
|
|
|
#import <IGListKit/IGListDisplayDelegate.h>
|
2017-04-19 19:42:31 +00:00
|
|
|
#import <IGListKit/IGListGenericSectionController.h>
|
2018-02-02 15:00:15 +00:00
|
|
|
#import <IGListKit/IGListCollectionViewDelegateLayout.h>
|
2016-09-07 22:37:59 +00:00
|
|
|
#import <IGListKit/IGListReloadDataUpdater.h>
|
|
|
|
|
#import <IGListKit/IGListScrollDelegate.h>
|
2017-10-20 15:41:01 +00:00
|
|
|
#import <IGListKit/IGListSectionController.h>
|
2016-09-07 22:37:59 +00:00
|
|
|
#import <IGListKit/IGListSingleSectionController.h>
|
|
|
|
|
#import <IGListKit/IGListStackedSectionController.h>
|
|
|
|
|
#import <IGListKit/IGListSupplementaryViewSource.h>
|
2018-02-02 15:00:15 +00:00
|
|
|
#import <IGListKit/IGListTransitionDelegate.h>
|
2016-09-07 22:37:59 +00:00
|
|
|
#import <IGListKit/IGListUpdatingDelegate.h>
|
|
|
|
|
#import <IGListKit/IGListWorkingRangeDelegate.h>
|
2018-02-02 21:14:16 +00:00
|
|
|
#import <IGListKit/IGListCollectionViewDelegateLayout.h>
|
2016-12-14 04:31:41 +00:00
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
2016-12-14 22:39:01 +00:00
|
|
|
// Shared (iOS, tvOS, macOS compatible):
|
2016-12-14 04:31:41 +00:00
|
|
|
|
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>
|