Revision 153edb5e asi-http-request-with-pithos/Classes/Pithos/ASIPithos.h

b/asi-http-request-with-pithos/Classes/Pithos/ASIPithos.h
48 48
    NSString *publicURLPrefix;
49 49
}
50 50

  
51
@property (retain) NSString *authURL;
52
@property (retain) NSString *authUser;
53
@property (retain) NSString *authKey;
51
@property (strong) NSString *authURL;
52
@property (strong) NSString *authUser;
53
@property (strong) NSString *authKey;
54 54

  
55
@property (retain) NSString *storageURLPrefix;
56
@property (retain, nonatomic) NSString *storageURL;
57
@property (retain) NSString *authToken;
55
@property (strong) NSString *storageURLPrefix;
56
@property (strong, nonatomic) NSString *storageURL;
57
@property (strong) NSString *authToken;
58 58

  
59
@property (retain) NSString *publicURLPrefix;
59
@property (strong) NSString *publicURLPrefix;
60 60

  
61 61
+ (id)pithos;
62 62

  

Also available in: Unified diff