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 NSString, NSURL; 00012 00013 @interface ISItemFlavor : NSObject <NSCopying> 00014 { 00015 unsigned int _durationInMS; 00016 long long _mediaFileSize; 00017 unsigned int _previewDuration; 00018 NSURL *_previewURL; 00019 NSString *_price; 00020 NSString *_buyParameters; 00021 } 00022 00023 - (void)dealloc; 00024 - (id)copyWithZone:(struct _NSZone *)fp8; 00025 - (BOOL)loadFromDictionary:(id)fp8; 00026 - (id)description; 00027 - (id)buyParameters; 00028 - (unsigned int)durationInMS; 00029 - (long long)mediaFileSize; 00030 - (unsigned int)previewDurationInMS; 00031 - (id)previewURL; 00032 - (id)price; 00033 00034 @end 00035