FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIControl.h
Go to the documentation of this file.
1 //
2 // UIControl.h
3 // FoundationExtension
4 //
5 // Created by Jeong YunWon on 10. 3. 11..
6 // Copyright 2010 youknowone.org All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
12 
13 - (void)sendActionsForControlEvents:(UIControlEvents)controlEvents withEvent:(UIEvent *)event;
14 
15 @end
Definition: UIControl.h:11