31 lines
739 B
Objective-C
31 lines
739 B
Objective-C
#ifdef __OBJC__
|
|
#import <UIKit/UIKit.h>
|
|
#else
|
|
#ifndef FOUNDATION_EXPORT
|
|
#if defined(__cplusplus)
|
|
#define FOUNDATION_EXPORT extern "C"
|
|
#else
|
|
#define FOUNDATION_EXPORT extern
|
|
#endif
|
|
#endif
|
|
#endif
|
|
|
|
#import "IGListAssert.h"
|
|
#import "IGListBatchUpdateData.h"
|
|
#import "IGListCompatibility.h"
|
|
#import "IGListDiff.h"
|
|
#import "IGListDiffable.h"
|
|
#import "IGListDiffKit.h"
|
|
#import "IGListExperiments.h"
|
|
#import "IGListIndexPathResult.h"
|
|
#import "IGListIndexSetResult.h"
|
|
#import "IGListMacros.h"
|
|
#import "IGListMoveIndex.h"
|
|
#import "IGListMoveIndexPath.h"
|
|
#import "NSNumber+IGListDiffable.h"
|
|
#import "NSString+IGListDiffable.h"
|
|
|
|
FOUNDATION_EXPORT double IGListDiffKitVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char IGListDiffKitVersionString[];
|
|
|