@implementation NSString (numericValue)
- (NSNumber *)numericValue {
return [NSNumber numberWithInt:[self intValue]];
}
@end
@implementation NSString (numericValue)
- (NSNumber *)numericValue {
return [NSNumber numberWithInt:[self intValue]];
}
@end