The R Project SVN R-packages

Rev

Rev 5868 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5868 Rev 6408
Line 32... Line 32...
32
 *
32
 *
33
 */
33
 */
34
 
34
 
35
#import <Cocoa/Cocoa.h>
35
#import <Cocoa/Cocoa.h>
36
 
36
 
37
#include <R.h>
-
 
38
#include "privateR.h"
-
 
39
 
37
 
40
@interface RDataEditorTableView : NSTableView
38
@interface RDataEditorTableView : NSTableView
41
{
39
{
42
 
40
 
43
}
41
}