new polished design

This commit is contained in:
Jeena Paradies 2010-06-13 03:53:27 +02:00
parent 6d60b8e068
commit 5b59cc76a7
119 changed files with 333 additions and 6138 deletions

View file

@ -15,11 +15,13 @@
@interface TimrAppDelegate : NSObject <NSApplicationDelegate>
#endif
{
NSWindow *window;
Timer *timer;
IBOutlet NSWindow *window;
IBOutlet Timer *timer;
IBOutlet NSWindow *aWindow;
}
@property (assign) IBOutlet NSWindow *window;
@property (assign) IBOutlet Timer *timer;
@property (assign) IBOutlet NSWindow *aWindow;
@end