apps-projectcenter/PCLib/PCProject+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

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