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 <iTunesStore/ISItemInfo.h> 00008 00009 #import "NSCopyingProtocol.h" 00010 00011 @class NSString; 00012 00013 @interface ISTrackInfo : ISItemInfo <NSCopying> 00014 { 00015 NSString *_album; 00016 NSString *_artist; 00017 NSString *_contentRating; 00018 NSString *_genre; 00019 unsigned int _isExplicit:1; 00020 unsigned int _trackNumber; 00021 } 00022 00023 - (void)dealloc; 00024 - (id)copyWithZone:(struct _NSZone *)fp8; 00025 - (BOOL)loadFromDictionary:(id)fp8; 00026 - (id)album; 00027 - (id)artist; 00028 - (id)genre; 00029 - (id)contentRating; 00030 - (unsigned int)durationInMS; 00031 - (BOOL)isExplicit; 00032 - (unsigned int)previewDurationInMS; 00033 - (id)previewURL; 00034 - (unsigned int)trackNumber; 00035 00036 @end 00037