mirror of
https://github.com/tappollo/IGListKit.git
synced 2026-01-12 22:45:13 +08:00
10 lines
172 B
Objective-C
10 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
|
|
|