mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-23 11:51:08 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@15150 72102866-910b-0410-8b05-ffd578937521
16 lines
309 B
Objective-C
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
|