/headers/iTunesStore/ISPartner.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 "NSObject.h"
00008 
00009 @class ISStorePage, NSError, NSString;
00010 
00011 @interface ISPartner : NSObject
00012 {
00013     BOOL _active;
00014     int _state;
00015     NSError *_error;
00016     ISStorePage *_page;
00017     NSString *_identifier;
00018 }
00019 
00020 - (void)dealloc;
00021 - (int)state;
00022 - (BOOL)active;
00023 - (void)setActive:(BOOL)fp8;
00024 - (id)lastError;
00025 - (id)identifier;
00026 - (id)name;
00027 - (id)page;
00028 - (int)type;
00029 - (id)createPage;
00030 - (void)createPageIfNeeded;
00031 - (void)setState:(int)fp8;
00032 - (void)setIdentifier:(id)fp8;
00033 - (void)setPage:(id)fp8 error:(id)fp12;
00034 
00035 @end
00036