00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 @class ISImageCache, NSData, NSURL; 00010 00011 @interface ISImageCacheRequest : NSObject 00012 { 00013 NSURL *_url; 00014 NSData *_data; 00015 int _fetchTag; 00016 struct CGImage *_image; 00017 struct CGSize _imageSize; 00018 unsigned int _imageOperations; 00019 ISImageCache *_imageCache; 00020 } 00021 00022 - (id)initWithURL:(id)fp8 fetchTag:(int)fp12; 00023 - (void)dealloc; 00024 - (int)fetchTag; 00025 - (id)data; 00026 - (struct CGImage *)image; 00027 - (id)imageCache; 00028 - (struct CGSize)imageSize; 00029 - (unsigned int)imageOperations; 00030 - (void)setData:(id)fp8; 00031 - (void)setImage:(struct CGImage *)fp8; 00032 - (void)setImageCache:(id)fp8; 00033 - (void)setImageSize:(struct CGSize)fp8; 00034 - (void)setImageOperations:(unsigned int)fp8; 00035 - (id)url; 00036 00037 @end 00038