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 #import "NSCopyingProtocol.h" 00010 00011 @class ISStorePage, NSArray, NSMutableDictionary, NSString; 00012 00013 @interface ISItemInfo : NSObject <NSCopying> 00014 { 00015 ISStorePage *_page; 00016 unsigned long _identifier; 00017 struct __CFDictionary *_artworkURLs; 00018 NSString *_buyParameters; 00019 NSArray *_pageURLs; 00020 NSArray *_pageURLTypes; 00021 NSString *_uuid; 00022 NSMutableDictionary *_flavors; 00023 NSString *_fallbackFlavor; 00024 } 00025 00026 - (id)initWithPage:(id)fp8; 00027 - (void)dealloc; 00028 - (id)copyWithZone:(struct _NSZone *)fp8; 00029 - (void)_loadArtworkURLsFromArray:(id)fp8; 00030 - (BOOL)loadFromDictionary:(id)fp8; 00031 - (id)artworkURLsForFormat:(int)fp8; 00032 - (unsigned long)identifier; 00033 - (id)pageURLs; 00034 - (id)pageURLTypes; 00035 - (id)uniqueIdentifier; 00036 - (id)activeFlavor; 00037 - (id)preferredFlavor; 00038 - (id)buyParameters; 00039 - (long long)mediaFileSize; 00040 - (id)price; 00041 00042 @end 00043