/headers/iTunesStore/ISCollectionInfo.h

gehe zur Dokumentation dieser Datei
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 NSDate, NSString;
00012 
00013 @interface ISCollectionInfo : ISItemInfo <NSCopying>
00014 {
00015     NSString *_album;
00016     NSString *_artist;
00017     NSString *_genre;
00018     unsigned int _hasBonusContent:1;
00019     float _userRating;
00020     unsigned int _userRatingCount;
00021     NSDate *_releaseDate;
00022     NSString *_copyright;
00023     NSString *_contentCounts;
00024     unsigned int _numberOfSongs;
00025 }
00026 
00027 - (void)dealloc;
00028 - (id)copyWithZone:(struct _NSZone *)fp8;
00029 - (BOOL)loadFromDictionary:(id)fp8;
00030 - (id)releaseDate;
00031 - (float)userRating;
00032 - (unsigned int)userRatingCount;
00033 - (id)album;
00034 - (id)artist;
00035 - (id)contentCounts;
00036 - (id)copyright;
00037 - (id)genre;
00038 - (BOOL)hasBonusContent;
00039 - (unsigned int)numberOfSongs;
00040 
00041 @end
00042