Sha256: e9ce2ebed7920a199aa8ee5c7cd185af18accf52b61a54ecfed3e7e6464e9432
Contents?: true
Size: 394 Bytes
Versions: 28
Compression:
Stored size: 394 Bytes
Contents
// // NSStringWhiteSpace.h // <%= @project_name %> // // Created by <%= @developer.capitalize %> on <%= @created_on %> // Copyright(c) <%= Time.now.year %>, All rights reserved. // #import <Foundation/Foundation.h> @interface NSString (Whitespace) // Note: a category implementation does not have ivars in { } - (NSString *)stringByCompressingWhitespaceTo:(NSString *)seperator; @end
Version data entries
28 entries across 28 versions & 1 rubygems