Guest User

Untitled

a guest
May 21st, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #import <UIKit/UIKit.h>
  2.  
  3. @interface UIControl (Blocks)
  4. - (void)setActionForControlEvents:(UIControlEvents)controlEvents withBlock:(void (^)(id))aBlock;
  5. @end
Add Comment
Please, Sign In to add comment