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 NSArray, NSMutableArray, NSMutableData, NSMutableURLRequest, NSString, NSURLConnection; 00010 00011 @interface MobileMeHelper : NSObject 00012 { 00013 NSMutableURLRequest *_request; 00014 NSURLConnection *_connection; 00015 id _delegate; 00016 NSString *_username; 00017 BOOL _mayBeAbleToPost; 00018 BOOL _performedFullAccountScan; 00019 NSArray *_albums; 00020 NSMutableArray *_usernamesToCheck; 00021 NSMutableData *_responseData; 00022 int _lastStatusCode; 00023 } 00024 00025 + (void)initialize; 00026 + (id)_copyPasswordForUsername:(id)fp8; 00027 + (id)_createAlbumFetchRequestForUsernames:(id)fp8 includeTimeStamp:(BOOL)fp12; 00028 + (id)serviceName; 00029 + (void)setServiceName:(id)fp8; 00030 + (id)userAgentString; 00031 + (id)languageString; 00032 - (id)_createAlbumFetchRequestForUsernames:(id)fp8 includeTimeStamp:(BOOL)fp12; 00033 - (id)init; 00034 - (void)dealloc; 00035 - (BOOL)canPostToDotMac; 00036 - (void)setDelegate:(id)fp8; 00037 - (void)cancel; 00038 - (id)albums; 00039 - (void)_noValidAccountsFound; 00040 - (void)_prepareForFullAccountScan; 00041 - (void)_fetchAlbums; 00042 - (BOOL)_setAlbumsFromServerResponse:(id)fp8; 00043 - (void)validateAlbums; 00044 - (void)connection:(id)fp8 didReceiveResponse:(id)fp12; 00045 - (void)connection:(id)fp8 didReceiveData:(id)fp12; 00046 - (void)connectionDidFinishLoading:(id)fp8; 00047 - (void)connection:(id)fp8 didFailWithError:(id)fp12; 00048 - (void)_debugResponse; 00049 00050 @end 00051