X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=NSView%2BFirstResponder.h;fp=NSView%2BFirstResponder.h;h=0000000000000000000000000000000000000000;hp=cd89aa557c99e26f33636baa4d2e60ec718c1cc1;hb=0064c1fbff36795885a9724081af2a17d83c20a3;hpb=56d825ba259066d847a9fc3f9c8c0c0a362a1507 diff --git a/NSView+FirstResponder.h b/NSView+FirstResponder.h deleted file mode 100644 index cd89aa5..0000000 --- a/NSView+FirstResponder.h +++ /dev/null @@ -1,11 +0,0 @@ -#import - -@interface NSView (FirstResponder) - -- (BOOL)resignIfFirstResponder; - // Resign first responder status if this view is the active first - // responder in its window. Returns whether first responder status - // was resigned; YES if it was and NO if refused or the view was - // not the first responder. - -@end