NSDictionary+Dropbox.h 279 B

123456789101112131415
  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. @interface NSDictionary (Dropbox)
  9. + (NSDictionary *)dictionaryWithQueryString:(NSString *)query;
  10. - (NSString *)urlRepresentation;
  11. @end