apps-projectcenter/PCLib/PCProject+UInterface.h

16 lines
255 B
C
Raw Normal View History

//
// 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