Revision 38d59b6c Classes/Container.h

b/Classes/Container.h
16 16
	NSString *name;
17 17
	NSUInteger count;
18 18
	unsigned long long bytes;
19
    
20
    // metadata
21
    NSMutableDictionary *metadata;
19 22

  
20 23
    // TODO: wade having trouble with directories without markers: user_files/12345/wade.jpg
21 24
	
......
40 43
@property (nonatomic, retain) NSString *name;
41 44
@property (nonatomic, assign) NSUInteger count;
42 45
@property (nonatomic, assign) unsigned long long bytes;
46
@property (nonatomic, retain) NSMutableDictionary *metadata;
43 47

  
44 48
-(NSString *)humanizedSize;
45 49

  

Also available in: Unified diff