mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 09:18:29 +00:00
Use IGListAssert, not IGAssert
Reviewed By: lorixx Differential Revision: D19141254 fbshipit-source-id: a93ae649be4d2430bf28208391ad027e02cdea3e
This commit is contained in:
parent
ce7718c289
commit
9135cabe28
2 changed files with 2 additions and 3 deletions
|
|
@ -7,8 +7,7 @@
|
|||
|
||||
#import "IGListAdapterUpdaterHelpers.h"
|
||||
|
||||
#import <IGAssert/IGAssert.h>
|
||||
|
||||
#import <IGListDiffKit/IGListAssert.h>
|
||||
#import <IGListDiffKit/IGListBatchUpdateData.h>
|
||||
#import <IGListDiffKit/IGListIndexSetResult.h>
|
||||
#import <IGListDiffKit/IGListDiffable.h>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#import "IGListTestUICollectionViewDataSource.h"
|
||||
|
||||
#import <IGAssert/IGAssert.h>
|
||||
#import <IGListDiffKit/IGListAssert.h>
|
||||
|
||||
@implementation IGSectionObject {
|
||||
NSString *_identifier;
|
||||
|
|
|
|||
Loading…
Reference in a new issue