mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-23 11:51:08 +00:00
17 lines
309 B
C
17 lines
309 B
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
|