2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class NSArray
, NSMutableArray
, NSMutableData
, NSMutableURLRequest
, NSURLConnection
;
11 @interface PLMobileMeHelper
: NSObject
13 NSMutableURLRequest
*_request
;
14 NSURLConnection
*_connection
;
16 BOOL _performedFullAccountScan
;
18 NSMutableArray
*_usernamesToCheck
;
19 NSMutableData
*_responseData
;
24 + (id
)_copyPasswordForUsername
:(id
)fp8
;
25 + (id
)_createAlbumFetchRequestForUsernames
:(id
)fp8 includeTimeStamp
:(BOOL
)fp12
;
27 + (id
)userAgentString
;
31 - (BOOL
)canPostToDotMac
;
32 - (void)setDelegate
:(id
)fp8
;
35 - (id
)preferredUsername
;
36 - (id
)_accountsWeThinkAreValid
;
37 - (void)_noValidAccountsFound
;
38 - (void)enableApplicationNetworkFlags
:(BOOL
)fp8
;
39 - (void)validateAlbums
;
40 - (BOOL
)_setAlbumsFromServerResponse
:(id
)fp8
;
41 - (BOOL
)canValidateAlbums
;
42 - (void)connection
:(id
)fp8 didReceiveResponse
:(id
)fp12
;
43 - (void)connection
:(id
)fp8 didReceiveData
:(id
)fp12
;
44 - (void)connectionDidFinishLoading
:(id
)fp8
;
45 - (void)connection
:(id
)fp8 didFailWithError
:(id
)fp12
;