FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIAView.h
Go to the documentation of this file.
1 //
2 // UIAView.h
3 // FoundationExtension
4 //
5 // Created by Jeong YunWon on 13. 5. 24..
6 // Copyright (c) 2013 youknowone.org. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
11 
15 @interface UIAView : UIView<UIAViewLifeCycle>
16 
17 @end
UIView with refined lifecycle. (testing)
Definition: UIAView.h:15
Definition: UIAViewController.h:11