mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@15150 72102866-910b-0410-8b05-ffd578937521
15 lines
255 B
Objective-C
15 lines
255 B
Objective-C
//
|
|
// PCProject+UInterface.h
|
|
// ProjectCenter
|
|
//
|
|
// Created by Philippe C.D. Robert on Wed Nov 27 2002.
|
|
// Copyright (c) 2002 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import "PCProject.h"
|
|
|
|
@interface PCProject (UInterface)
|
|
|
|
- (void)_initUI;
|
|
|
|
@end
|