Sha256: 474d9052a80cd323b856b36c79b036d8d4f3d33cf19ead7aacf69a0df88cebb3
Contents?: true
Size: 341 Bytes
Versions: 5
Compression:
Stored size: 341 Bytes
Contents
#import <Foundation/Foundation.h> @interface NSNumber (DDNumber) + (BOOL)parseString:(NSString *)str intoSInt64:(SInt64 *)pNum; + (BOOL)parseString:(NSString *)str intoUInt64:(UInt64 *)pNum; + (BOOL)parseString:(NSString *)str intoNSInteger:(NSInteger *)pNum; + (BOOL)parseString:(NSString *)str intoNSUInteger:(NSUInteger *)pNum; @end
Version data entries
5 entries across 5 versions & 2 rubygems