2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
9 @
class NSArray
, NSMutableArray
, NSMutableData
, NSMutableURLRequest
, NSString
, NSURLConnection
;
11 @interface MobileMeHelper
: NSObject
13 NSMutableURLRequest
*_request
;
14 NSURLConnection
*_connection
;
17 BOOL _mayBeAbleToPost
;
18 BOOL _performedFullAccountScan
;
20 NSMutableArray
*_usernamesToCheck
;
21 NSMutableData
*_responseData
;
26 + (id
)_copyPasswordForUsername
:(id
)fp8
;
27 + (id
)_createAlbumFetchRequestForUsernames
:(id
)fp8 includeTimeStamp
:(BOOL
)fp12
;
29 + (void)setServiceName
:(id
)fp8
;
30 + (id
)userAgentString
;
32 - (id
)_createAlbumFetchRequestForUsernames
:(id
)fp8 includeTimeStamp
:(BOOL
)fp12
;
35 - (BOOL
)canPostToDotMac
;
36 - (void)setDelegate
:(id
)fp8
;
39 - (void)_noValidAccountsFound
;
40 - (void)_prepareForFullAccountScan
;
42 - (BOOL
)_setAlbumsFromServerResponse
:(id
)fp8
;
43 - (void)validateAlbums
;
44 - (void)connection
:(id
)fp8 didReceiveResponse
:(id
)fp12
;
45 - (void)connection
:(id
)fp8 didReceiveData
:(id
)fp12
;
46 - (void)connectionDidFinishLoading
:(id
)fp8
;
47 - (void)connection
:(id
)fp8 didFailWithError
:(id
)fp12
;
48 - (void)_debugResponse
;