new polished design
This commit is contained in:
parent
6d60b8e068
commit
5b59cc76a7
119 changed files with 333 additions and 6138 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue