mirror of
https://github.com/zhigang1992/ZGParallelView.git
synced 2026-05-09 06:18:36 +08:00
33 lines
509 B
Objective-C
33 lines
509 B
Objective-C
//
|
|
// ZGParallelViewForTableTests.m
|
|
// ZGParallelViewForTableTests
|
|
//
|
|
// Created by Kyle Fang on 1/7/13.
|
|
// Copyright (c) 2013 kylefang. All rights reserved.
|
|
//
|
|
|
|
#import "ZGParallelViewForTableTests.h"
|
|
|
|
@implementation ZGParallelViewForTableTests
|
|
|
|
- (void)setUp
|
|
{
|
|
[super setUp];
|
|
|
|
// Set-up code here.
|
|
}
|
|
|
|
- (void)tearDown
|
|
{
|
|
// Tear-down code here.
|
|
|
|
[super tearDown];
|
|
}
|
|
|
|
- (void)testExample
|
|
{
|
|
STFail(@"Unit tests are not implemented yet in ZGParallelViewForTableTests");
|
|
}
|
|
|
|
@end
|