Guest User

Untitled

a guest
Nov 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. //
  2. // NSURL+QueryAttributes.h
  3. //
  4. // Created by Adam Swinden on 29/06/2012.
  5. // Copyright (c) 2012 The OTHER Media. All rights reserved.
  6. //
  7.  
  8. #import <Foundation/Foundation.h>
  9.  
  10. @interface NSURL (QueryAttributes)
  11.  
  12.  
  13. - (NSDictionary *)queryAttriutes;
  14.  
  15.  
  16. @end
Add Comment
Please, Sign In to add comment