Created
December 12, 2012 16:14
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NSString+Verbose.h | |
// | |
// An NSString category for overly verbose methods that have little or no practical application. | |
// | |
@interface NSString (Verbose) | |
@end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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