Revision cb6abe72 pithos-macos/PithosLocalObjectState.h

b/pithos-macos/PithosLocalObjectState.h
53 53
+ (id)localObjectStateWithHash:(NSString *)aHash directory:(BOOL)anIsDirectory;
54 54
- (BOOL)isEqualToState:(PithosLocalObjectState *)aState;
55 55

  
56
@property (nonatomic, retain) NSString *filePath;
56
@property (nonatomic, strong) NSString *filePath;
57 57
@property (nonatomic, assign) BOOL isDirectory;
58
@property (nonatomic, retain) NSString *hash;
59
@property (nonatomic, retain) NSString *tmpFilePath;
60
@property (nonatomic, retain) NSDate *fileModificationDate;
61
@property (nonatomic, retain) NSNumber *fileSize;
58
@property (nonatomic, strong) NSString *hash;
59
@property (nonatomic, strong) NSString *tmpFilePath;
60
@property (nonatomic, strong) NSDate *fileModificationDate;
61
@property (nonatomic, strong) NSNumber *fileSize;
62 62

  
63 63
- (BOOL)exists;
64 64
- (BOOL)isModified;

Also available in: Unified diff