first commit of files
This commit is contained in:
parent
6bcf3d2582
commit
407f13b281
138 changed files with 10301 additions and 0 deletions
26
Timr.m
Normal file
26
Timr.m
Normal file
|
@ -0,0 +1,26 @@
|
|||
//
|
||||
// Timr.m
|
||||
// Timr
|
||||
//
|
||||
// Created by Jeena on 15.12.09.
|
||||
// Copyright 2009 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import "Timr.h"
|
||||
|
||||
|
||||
@implementation Timr
|
||||
|
||||
- (id)initWithFrame:(NSRect)frame {
|
||||
self = [super initWithFrame:frame];
|
||||
if (self) {
|
||||
// Initialization code here.
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void)drawRect:(NSRect)dirtyRect {
|
||||
// Drawing code here.
|
||||
}
|
||||
|
||||
@end
|
Loading…
Add table
Add a link
Reference in a new issue