mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 01:08:27 +00:00
10 lines
172 B
C
10 lines
172 B
C
|
|
// Copyright 2004-present Facebook. All Rights Reserved.
|
||
|
|
|
||
|
|
#import <XCTest/XCTest.h>
|
||
|
|
|
||
|
|
// Exposed for internal benchmark tests
|
||
|
|
@interface IGListDiffTests : XCTestCase
|
||
|
|
|
||
|
|
@end
|
||
|
|
|