Browse Subversion Repository
Diff of /trunk/ImageSplitter/CRAppDelegate.h
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|