repo.or.cz
/
RExecServer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Preparing to add widget support
[RExecServer.git]
/
RInterpreterProtocol.h
blob
63ebe2f74f40d0917312fcd8864735524339a918
1
#import <Cocoa/Cocoa.h>
2
3
//Protocol exported by the RInterpreter
4
@protocol RInterpreterProtocol
5
6
//Setting up the Console
7
- (
void
)
setDelegate
:(
id
)
delegate
;
8
- (
id
)
delegate
;
9
10
- (
void
)
awakeConsole
;
11
12
- (
NSArray
*)
devices
;
13
14
15
@end