source: trunk/Cocoa/Pester/Source/NJROffCenterPanel.m@ 355

Last change on this file since 355 was 102, checked in by Nicholas Riley, 21 years ago

Pester 1.1b3

File size: 249 bytes
Line 
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.