Change two-pass behavior for loading mappings. Allow lazy binding of mappings by...
[enjoyable.git] / Categories / NSProcessInfo+Debugging.h
diff --git a/Categories/NSProcessInfo+Debugging.h b/Categories/NSProcessInfo+Debugging.h
new file mode 100644 (file)
index 0000000..75533ed
--- /dev/null
@@ -0,0 +1,15 @@
+//
+//  NSProcessInfo+Debugging.h
+//  Enjoyable
+//
+//  Created by Joe Wreschnig on 3/17/13.
+//
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NSProcessInfo (Debugging)
+
+- (BOOL)isBeingDebugged;
+
+@end