FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIViewController.h
Go to the documentation of this file.
1 //
2 // UIViewController.h
3 // FoundationExtension
4 //
5 // Created by Jeong YunWon on 13. 5. 22..
6 // Copyright (c) 2013 youknowone.org. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
17 
24 - (instancetype)initWithPlatformSuffixedNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil;
25 
26 @end
[UIViewController][0] shortcut extension
Definition: UIViewController.h:16