diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-01-14 14:26:38 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-01-14 14:26:38 +0000 |
commit | d727c23d614e60b7b6e6ded0a7d61a347ab60938 (patch) | |
tree | 02c94de18c8a94ad699d231b4ed52d6ee7c2d7c0 /Source/SPArrayAdditions.h | |
parent | c6b739f9927b6ed0feebf7515db02899b2424382 (diff) | |
download | sequelpro-d727c23d614e60b7b6e6ded0a7d61a347ab60938.tar.gz sequelpro-d727c23d614e60b7b6e6ded0a7d61a347ab60938.tar.bz2 sequelpro-d727c23d614e60b7b6e6ded0a7d61a347ab60938.zip |
• added "componentsJoinedByPeriodAndBacktickQuoted" to NSArrayAdditions
• updated some methods in in SPStringAdditions to 10.5 code which avoid mutableCopy and they're faster
Diffstat (limited to 'Source/SPArrayAdditions.h')
-rw-r--r-- | Source/SPArrayAdditions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPArrayAdditions.h b/Source/SPArrayAdditions.h index eb11da02..e5e2e6a3 100644 --- a/Source/SPArrayAdditions.h +++ b/Source/SPArrayAdditions.h @@ -38,6 +38,7 @@ static inline void NSMutableArrayReplaceObject(NSArray* self, CFIndex idx, id an - (NSString *)componentsJoinedAndBacktickQuoted; - (NSString *)componentsJoinedByCommas; +- (NSString *)componentsJoinedByPeriodAndBacktickQuoted; - (NSArray *)subarrayWithIndexes:(NSIndexSet *)indexes; @end |