The R Project SVN R-packages

Rev

Rev 4919 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

//
//  RDocumentController.h
//  R
//
//  Created by Simon Urbanek on 2/4/08.
//  Copyright 2008 __MyCompanyName__. All rights reserved.
//
//  We need to override the behabior of newDocument

#import <Cocoa/Cocoa.h>


@interface RDocumentController : NSDocumentController {
    
}

@end