]>
Commit | Line | Data |
---|---|---|
491070e3 JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <Foundation/NSObject.h> | |
8 | ||
9 | @class NSArray, NSMutableArray, NSMutableData, NSMutableURLRequest, NSString, NSURLConnection; | |
10 | ||
11 | @interface MobileMeHelper : NSObject | |
12 | { | |
13 | NSMutableURLRequest *_request; | |
14 | NSURLConnection *_connection; | |
15 | id _delegate; | |
16 | NSString *_username; | |
17 | BOOL _mayBeAbleToPost; | |
18 | BOOL _performedFullAccountScan; | |
19 | NSArray *_albums; | |
20 | NSMutableArray *_usernamesToCheck; | |
21 | NSMutableData *_responseData; | |
22 | int _lastStatusCode; | |
23 | } | |
24 | ||
25 | + (void)initialize; | |
26 | + (id)_copyPasswordForUsername:(id)fp8; | |
27 | + (id)_createAlbumFetchRequestForUsernames:(id)fp8 includeTimeStamp:(BOOL)fp12; | |
28 | + (id)serviceName; | |
29 | + (void)setServiceName:(id)fp8; | |
30 | + (id)userAgentString; | |
31 | + (id)languageString; | |
32 | - (id)_createAlbumFetchRequestForUsernames:(id)fp8 includeTimeStamp:(BOOL)fp12; | |
33 | - (id)init; | |
34 | - (void)dealloc; | |
35 | - (BOOL)canPostToDotMac; | |
36 | - (void)setDelegate:(id)fp8; | |
37 | - (void)cancel; | |
38 | - (id)albums; | |
39 | - (void)_noValidAccountsFound; | |
40 | - (void)_prepareForFullAccountScan; | |
41 | - (void)_fetchAlbums; | |
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; | |
49 | ||
50 | @end | |
51 |