Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ImageSplitter/CRAppDelegate.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1 by zcode, Wed Feb 13 03:09:04 2013 UTC revision 2 by zcode, Fri Feb 15 07:01:49 2013 UTC
# Line 7  Line 7 
7  //  //
8    
9  #import <Cocoa/Cocoa.h>  #import <Cocoa/Cocoa.h>
10    #import "CRBehaviorsWindowController.h"
11    
12  @interface CRAppDelegate : NSObject <NSApplicationDelegate>  @interface CRAppDelegate : NSObject <NSApplicationDelegate>
13    
14  @property (assign) IBOutlet NSWindow *window;  @property (assign) IBOutlet NSWindow *window;
15    @property (assign) CRBehaviorsWindowController *_controller;
16    
17  @end  @end

Legend:
Removed from v.1  
changed lines
  Added in v.2

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26