source:
trunk/Cocoa/Pester/Source/NJROffCenterPanel.m@
312
Last change on this file since 312 was 102, checked in by , 22 years ago | |
---|---|
File size: 249 bytes |
Rev | Line | |
---|---|---|
[102] | 1 | // |
2 | // NJROffCenterPanel.m | |
3 | // Pester | |
4 | // | |
5 | // Created by Nicholas Riley on Sat Feb 15 2003. | |
6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. | |
7 | // | |
8 | ||
9 | #import "NJROffCenterPanel.h" | |
10 | ||
11 | ||
12 | @implementation NJROffCenterPanel | |
13 | ||
14 | - (void)center; | |
15 | { | |
16 | ||
17 | } | |
18 | ||
19 | @end |
Note:
See TracBrowser
for help on using the repository browser.