Revision 78355da3 asi-http-request-with-pithos/Classes/Pithos/ASIPithosAccount.h

b/asi-http-request-with-pithos/Classes/Pithos/ASIPithosAccount.h
38 38

  
39 39
@interface ASIPithosAccount : NSObject {
40 40
	NSString *name;
41
    NSUInteger count;
42
	NSDate *lastModified;
43
    NSUInteger bytes;
41
    NSUInteger containerCount;
42
    NSUInteger bytesUsed;
43
    NSDate *untilTimestamp;
44
    NSMutableDictionary *groups;
45
    NSMutableDictionary *metadata;
46
    NSDate *lastModified;
44 47
}
45 48

  
46 49
@property (retain) NSString *name;
47
@property (assign) NSUInteger count;
50
@property (assign) NSUInteger containerCount;
51
@property (assign) NSUInteger bytesUsed;
52
@property (retain) NSDate *untilTimestamp;
53
@property (nonatomic, retain) NSMutableDictionary *groups;
54
@property (retain) NSMutableDictionary *metadata;
48 55
@property (retain) NSDate *lastModified;
49
@property (assign) NSUInteger bytes;
50 56

  
51 57
+ (id)account;
52 58

  

Also available in: Unified diff