Remove website, now in yukkurigames.com repository.
[enjoyable.git] / Categories / NSProcessInfo+Debugging.h
1 //
2 // NSProcessInfo+Debugging.h
3 // Enjoyable
4 //
5 // Created by Joe Wreschnig on 3/17/13.
6 //
7 //
8
9 #import <Foundation/Foundation.h>
10
11 @interface NSProcessInfo (Debugging)
12
13 - (BOOL)isBeingDebugged;
14
15 @end