FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
WCStackNavigationController/WCStackNavigationController/main.m at master · wess/WCStackNavigationController · GitHub
wess
/
WCStackNavigationController
Public
Notifications
You must be signed in to change notification settings
Fork
14
Star
85
Code
Issues
1
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
WCStackNavigationController
/
WCStackNavigationController
/
main.m
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (15 loc) · 363 Bytes
Breadcrumbs
WCStackNavigationController
/
WCStackNavigationController
/
main.m
Copy path
File metadata and controls
18 lines (15 loc) · 363 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//
main.m
//
WCStackNavigationController
//
//
Created by Wess Cope on 5/7/12.
//
Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#
import
<
UIKit/UIKit.h
>
#
import
"
WCAppDelegate.h
"
int
main
(
int
argc,
char
*argv[])
{
@autoreleasepool {
return
UIApplicationMain
(argc, argv,
nil
,
NSStringFromClass
([WCAppDelegate
class
]));
}
}
Back
|
FazBrowse Home
|
New Git URL