2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @interface PLDiskController
: NSObject
13 unsigned int dontWarnOfDiskSpace
:1;
14 unsigned int probablyLowOnDiskSpace
:1;
15 unsigned int extra
:30;
21 - (void)noteFileSystemChanged
:(id
)fp8
;
22 - (BOOL
)hasEnoughDiskToTakePicture
;
23 - (void)presentDiskSpaceWarningIfNecessary
;
24 - (void)alertSheet
:(id
)fp8 buttonClicked
:(int)fp12
;