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]
/
RApplication.h
blob
cefaa34413d46ebda46b53cb30af30fc6b509bfc
1
//
2
// RApplication.h
3
// RExecServer
4
//
5
// Created by Byron Ellis on 6/26/07.
6
// Copyright 2007 __MyCompanyName__. All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
11
12
@interface RApplication
:
NSApplication
{
13
14
}
15
16
@end