Files
ZGParallelView/ZGParallelViewForTableTests/ZGParallelViewForTableTests.m
Zhigang Fang ee21cc2fc2 Initial Commit
2013-01-07 21:28:05 +08:00

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