mirror of
https://github.com/zhigang1992/ZGParallelView.git
synced 2026-01-12 22:42:52 +08:00
14 lines
266 B
Objective-C
14 lines
266 B
Objective-C
//
|
|
// ZGParallelViewForTableTests.h
|
|
// ZGParallelViewForTableTests
|
|
//
|
|
// Created by Kyle Fang on 1/7/13.
|
|
// Copyright (c) 2013 kylefang. All rights reserved.
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
@interface ZGParallelViewForTableTests : SenTestCase
|
|
|
|
@end
|