OpenAFS
OpenAFS distributed network file system
/cygdrive/c/src/openafs/openafs.git/repo/src/platform/DARWIN/afscell/afscellPane.h
00001 //
00002 //  afscellPane.h
00003 //  afscell
00004 //
00005 //  Created by David Botsch on 10/23/07.
00006 //  Copyright (c) 2007 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <Cocoa/Cocoa.h>
00010 #import <InstallerPlugins/InstallerPlugins.h>
00011 
00012 @interface afscellPane : InstallerPane {
00013 
00014         IBOutlet NSTextField * ThisCell;
00015         IBOutlet NSTextField * CellAlias;
00016 
00017 }
00018 
00019 @end
 All Data Structures Files Functions Variables