KWFormatter.h 309 B

12345678910111213141516
  1. //
  2. // Licensed under the terms in License.txt
  3. //
  4. // Copyright 2010 Allen Ding. All rights reserved.
  5. //
  6. #import "KiwiConfiguration.h"
  7. @interface KWFormatter : NSObject
  8. #pragma mark - Getting Descriptions
  9. + (NSString *)formatObject:(id)anObject;
  10. + (NSString *)formatObjectIncludingClass:(id)anObject;
  11. @end