NSInteger/NSUInteger are Cocoa-defined replacements for the regular built-in types.
NSInteger
NSUInteger
Is there any benefit to using the NS* types over the bu
I prefer the standard c style declarations but only because I switch between several languages and I don't have to think too much about it but sounds like I should start looking at nsinteger