This commit is contained in:
Zhigang Fang
2013-01-07 23:59:28 +08:00
parent ee21cc2fc2
commit b9ca030f77
6 changed files with 240 additions and 49 deletions

View File

@@ -0,0 +1,13 @@
//
// DemoTableViewController.h
// ZGParallelViewForTable
//
// Created by Kyle Fang on 1/7/13.
// Copyright (c) 2013 kylefang. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface DemoTableViewController : UITableViewController
@end