Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
DBRestClient+Photos.h
Go to the documentation of this file.
1 //
2 // DBRestClient+Photos.h
3 // DropboxSDK
4 //
5 // Created by Brian Smith on 6/11/12.
6 // Copyright (c) 2012 Dropbox, Inc. All rights reserved.
7 //
8 
9 #import "DBRestClient.h"
10 
11 @interface DBRestClient (Photos)
12 
13 - (void)loadCuDelta:(NSString *)cursor;
14 
15 @end
16 
17 
19 
20 - (void)restClient:(DBRestClient*)client loadedCuDeltaEntries:(NSArray *)entries reset:(BOOL)shouldReset cursor:(NSString *)cursor hasMore:(BOOL)hasMore;
21 - (void)restClient:(DBRestClient*)client loadCuDeltaFailedWithError:(NSError *)error;
22 
23 @end