]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/PLDiskController.h
Add MobileSMS for NickP.
[iphone-api.git] / PhotoLibrary / PLDiskController.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import "NSObject.h"
8
9 @interface PLDiskController : NSObject
10 {
11 double _lastFSCheck;
12 struct {
13 unsigned int dontWarnOfDiskSpace:1;
14 unsigned int probablyLowOnDiskSpace:1;
15 unsigned int extra:30;
16 } _flags;
17 }
18
19 + (id)sharedInstance;
20 - (id)init;
21 - (void)noteFileSystemChanged:(id)fp8;
22 - (BOOL)hasEnoughDiskToTakePicture;
23 - (void)presentDiskSpaceWarningIfNecessary;
24 - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
25
26 @end
27