NSArray-Addtions.h 258 B

12345678910111213141516
  1. //
  2. // NSArray-Addtions.h
  3. // JasonDevelop
  4. //
  5. // Created by Jason Lee on 10/29/14.
  6. // Copyright (c) jasondevelop. All rights reserved.
  7. //
  8. @import Foundation;
  9. @interface NSArray (Addtions)
  10. - (NSString *)jsonStringWithPrettyPrint:(BOOL)prettyPrint;
  11. @end