X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Categories%2FNSRunningApplication%2BNJPossibleNames.h;fp=Categories%2FNSRunningApplication%2BNJPossibleNames.h;h=13a6ffb8480251b7e242d223e15c4232d91f2e25;hp=0000000000000000000000000000000000000000;hb=7e5568674713bedf9318e83b9fb13abbd122382c;hpb=0d00fc387704e00e29c5c64669b32eb7a58ed03d diff --git a/Categories/NSRunningApplication+NJPossibleNames.h b/Categories/NSRunningApplication+NJPossibleNames.h new file mode 100644 index 0000000..13a6ffb --- /dev/null +++ b/Categories/NSRunningApplication+NJPossibleNames.h @@ -0,0 +1,20 @@ +// +// NSRunningApplication+NJPossibleNames.h +// Enjoyable +// +// Created by Joe Wreschnig on 3/8/13. +// +// + +#import + +@interface NSRunningApplication (NJPossibleNames) + +- (NSArray *)possibleMappingNames; + // Return a list of mapping names this application could match. + +- (NSString *)bestMappingName; + // Return the best mapping name, taking into account ways in which + // application names are often broken. + +@end