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 ISPlistParser, NSArray, NSNumber, NSString, NSTimer; 00010 00011 @interface ISAccountInfo : NSObject 00012 { 00013 ISPlistParser *_requestParser; 00014 NSNumber *_accountKind; 00015 NSString *_accountID; 00016 NSString *_dsID; 00017 NSString *_guid; 00018 NSString *_password; 00019 NSString *_preferredFlavor; 00020 NSString *_storeFrontID; 00021 NSString *_token; 00022 NSString *_userName; 00023 NSString *_storeCredit; 00024 NSTimer *_expireTimer; 00025 unsigned int _attempts; 00026 unsigned int _rememberPassword:1; 00027 unsigned int _notifyingOfAccountInfoChange; 00028 ISPlistParser *_storeFrontsParser; 00029 NSArray *_storeFronts; 00030 } 00031 00032 + (id)sharedInstance; 00033 + (void)_setSharedInstance:(id)fp8; 00034 - (id)init; 00035 - (void)dealloc; 00036 - (id)dictionaryRepresentation; 00037 - (int)accountKind; 00038 - (id)accountID; 00039 - (id)dsID:(BOOL)fp8; 00040 - (id)guid; 00041 - (id)preferredFlavor; 00042 - (void)setPreferredFlavor:(id)fp8; 00043 - (id)userName; 00044 - (void)setStoreFront:(id)fp8; 00045 - (void)setStoreFrontID:(id)fp8; 00046 - (id)storeFrontID; 00047 - (id)storeFronts; 00048 - (id)storeCredit; 00049 - (void)setStoreCredit:(id)fp8; 00050 - (id)token:(BOOL)fp8; 00051 - (BOOL)isAuthenticated; 00052 - (void)authenticate; 00053 - (void)cancelAuthentication; 00054 - (void)setPassword:(id)fp8; 00055 - (void)setRemembersPassword:(BOOL)fp8; 00056 - (void)plistParserWasCancelled:(id)fp8; 00057 - (void)plistParser:(id)fp8 finishedWithPlist:(id)fp12 error:(id)fp16; 00058 - (void)iTunesSyncRequestedStart; 00059 - (void)iTunesSyncHasCompleted:(int)fp8; 00060 - (id)_createRequestParser; 00061 - (id)_createStoreFrontsParser; 00062 - (void)_expire; 00063 - (BOOL)_failureTypeIsFinal:(int)fp8; 00064 - (void)_handleAuthenticationResponse:(id)fp8 error:(id)fp12; 00065 - (void)_handleStoreFrontsResponse:(id)fp8 error:(id)fp12; 00066 - (void)_invalidate; 00067 - (void)_accountInfoChangedCallback; 00068 - (void)_notifyOfAccountInfoChange; 00069 - (void)_resetTimerWithLastAuthDate:(id)fp8; 00070 - (id)_password; 00071 - (id)_requestArguments; 00072 - (void)_fetchIfNecessary; 00073 - (void)_loadCachedStoreCredit; 00074 - (void)_setStoreCredit:(id)fp8; 00075 - (void)_removePasswordFromKeychain; 00076 - (id)_passwordFromKeychain; 00077 - (void)_savePasswordToKeychain; 00078 00079 @end 00080