#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

@interface UIResponder (CurrentResponder)
+(id)currentFirstResponder;
@end
