Skip to content

Instantly share code, notes, and snippets.

Created December 12, 2012 16:14
Show Gist options
  • Save anonymous/4269109 to your computer and use it in GitHub Desktop.
Save anonymous/4269109 to your computer and use it in GitHub Desktop.
An NSString category for overly verbose methods that have little or no practical application.
//
// NSString+Verbose.h
//
// An NSString category for overly verbose methods that have little or no practical application.
//
@interface NSString (Verbose)
@end
//
// NSString+Verbose.mm
//
// An NSString category for overly verbose methods that have little or no practical application.
//
@implementation NSString (Verbose)
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment