Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSDictionary+Dropbox.h
Go to the documentation of this file.
1 //
2 // NSDictionary+Dropbox.h
3 // Dropbox
4 //
5 // Created by Brian Smith on 6/5/11.
6 // Copyright 2011 Dropbox, Inc. All rights reserved.
7 //
8 
9 
10 @interface NSDictionary (Dropbox)
11 
12 + (NSDictionary *)dictionaryWithQueryString:(NSString *)query;
13 - (NSString *)urlRepresentation;
14 
15 @end