]>
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 "NSObject.h" | |
8 | ||
9 | @class NSArray, NSMutableArray, NSMutableData, NSMutableURLRequest, NSURLConnection; | |
10 | ||
11 | @interface PLMobileMeHelper : NSObject | |
12 | { | |
13 | NSMutableURLRequest *_request; | |
14 | NSURLConnection *_connection; | |
15 | id _delegate; | |
16 | BOOL _performedFullAccountScan; | |
17 | NSArray *_albums; | |
18 | NSMutableArray *_usernamesToCheck; | |
19 | NSMutableData *_responseData; | |
20 | int _lastStatusCode; | |
21 | } | |
22 | ||
23 | + (void)initialize; | |
24 | + (id)_copyPasswordForUsername:(id)fp8; | |
25 | + (id)_createAlbumFetchRequestForUsernames:(id)fp8 includeTimeStamp:(BOOL)fp12; | |
26 | + (id)serviceName; | |
27 | + (id)userAgentString; | |
28 | + (id)languageString; | |
29 | - (id)init; | |
30 | - (void)dealloc; | |
31 | - (BOOL)canPostToDotMac; | |
32 | - (void)setDelegate:(id)fp8; | |
33 | - (void)cancel; | |
34 | - (id)albums; | |
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; | |
46 | ||
47 | @end | |
48 |