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