~ubuntuone-ios-client-team/ubuntuone-ios-files/trunk

« back to all changes in this revision

Viewing changes to Files/U1MagicUploadDataProvider.h

  • Committer: Tarmac
  • Author(s): mike.mccracken@canonical.com
  • Date: 2013-05-29 18:52:51 UTC
  • mfrom: (100.6.7 2selfish-hasher)
  • Revision ID: tarmac-20130529185251-pxoj6kkqx80qeig5
- change to allow concurrent hashers

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#import <Foundation/Foundation.h>
17
17
 
18
18
#import "U1FilesService.h"
 
19
#import "U1Hasher.h"
19
20
 
20
21
@interface U1MagicUploadDataProvider : NSObject <U1UploadDataProvider>
21
22
@property (retain) NSManagedObjectID *assetID;
 
23
@property (retain) U1Hasher *hasher;
22
24
@end