X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Categories%2FNSProcessInfo%2BDebugging.h;fp=Categories%2FNSProcessInfo%2BDebugging.h;h=75533edf22f44fc80f3c2612cf65184f4c916abf;hp=0000000000000000000000000000000000000000;hb=24bdb92798b9abe86c7954042a47523791736b7c;hpb=a3d6f991d110dcccb70e137f43cbafc60f7ecee7 diff --git a/Categories/NSProcessInfo+Debugging.h b/Categories/NSProcessInfo+Debugging.h new file mode 100644 index 0000000..75533ed --- /dev/null +++ b/Categories/NSProcessInfo+Debugging.h @@ -0,0 +1,15 @@ +// +// NSProcessInfo+Debugging.h +// Enjoyable +// +// Created by Joe Wreschnig on 3/17/13. +// +// + +#import + +@interface NSProcessInfo (Debugging) + +- (BOOL)isBeingDebugged; + +@end