mirror of
https://github.com/zhigang1992/ZGParallelView.git
synced 2026-06-17 02:15:38 +08:00
Initial Commit
This commit is contained in:
18
ZGParallelViewForTable/main.m
Normal file
18
ZGParallelViewForTable/main.m
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// main.m
|
||||
// ZGParallelViewForTable
|
||||
//
|
||||
// Created by Kyle Fang on 1/7/13.
|
||||
// Copyright (c) 2013 kylefang. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "ZGAppDelegate.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
@autoreleasepool {
|
||||
return UIApplicationMain(argc, argv, nil, NSStringFromClass([ZGAppDelegate class]));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user