projects
/
enjoyable.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Correct some names. NJOutputController should be NJOutputViewController as it doesn...
[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