]>
git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBImageCache.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
11 @interface SBImageCache
: NSObject
16 unsigned int _imageSize
;
17 struct __CFDictionary
*_keysToIndexes
;
19 unsigned int _cacheFileInitialSize
;
22 - (id
)initWithName
:(id
)fp8 forImageWidth
:(unsigned int)fp12 imageHeight
:(unsigned int)fp16 initialCapacity
:(unsigned int)fp20
;
25 - (id
)_pathForName
:(id
)fp8
;
26 - (void)_growCacheByAnImage
;
27 - (id
)imageForKey
:(id
)fp8
;
28 - (void)setBitmapImageData
:(void *)fp8 forKey
:(id
)fp12
;