Browse Subversion Repository
Contents of /trunk/ImageSplitter/CRAppDelegate.h
Parent Directory
| Revision Log
Revision 2 -
( show annotations)
( download)
( as text)
Fri Feb 15 07:01:49 2013 UTC
(11 years, 1 month ago)
by zcode
File MIME type: text/x-chdr
File size: 394 byte(s)
[ver 0.2.0] added options
| 1 |
// |
| 2 |
// CRAppDelegate.h |
| 3 |
// ImageSpliter |
| 4 |
// |
| 5 |
// Created by hiroshi tomioka on 13/02/09. |
| 6 |
// Copyright (c) 2013ĺš´ hiroshi tomioka. All rights reserved. |
| 7 |
// |
| 8 |
|
| 9 |
#import <Cocoa/Cocoa.h> |
| 10 |
#import "CRBehaviorsWindowController.h" |
| 11 |
|
| 12 |
@interface CRAppDelegate : NSObject <NSApplicationDelegate> |
| 13 |
|
| 14 |
@property (assign) IBOutlet NSWindow *window; |
| 15 |
@property (assign) CRBehaviorsWindowController *_controller; |
| 16 |
|
| 17 |
@end |
|