apps-projectcenter/PCLib/PCEditor+UInterface.h
Philippe C.D. Robert 42cea681ef Extracted the hardcoded UI into separated categories
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@15150 72102866-910b-0410-8b05-ffd578937521
2002-11-27 17:40:09 +00:00

16 lines
309 B
Objective-C

//
// PCEditor+UInterface.h
// ProjectCenter
//
// Created by Philippe C.D. Robert on Wed Nov 27 2002.
// Copyright (c) 2002 __MyCompanyName__. All rights reserved.
//
#import "PCEditor.h"
@interface PCEditor (UInterface)
- (void)_initUI;
- (PCEditorView *)_createEditorViewWithFrame:(NSRect)fr;
@end