Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / platform / DARWIN / AFSPreference / ViewUtility.h
1 //
2 // ViewUtility.h
3 // AFSCommander
4 //
5 // Created by Claudio Bisegni on 25/12/07.
6 // Copyright 2007 INFN - National Institute of Nuclear Physics. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11
12 @interface ViewUtility : NSObject {
13
14 }
15 +(void) enbleDisableControlView: (NSView*)parentView controlState:(BOOL)controlState;
16 @end