snej / MYUtilities

Objective-C Cocoa utility functions/methods I can't live without
Other
58 stars 21 forks source link

Support for signed/unsigned int, long, long long types. #6

Closed cleanbit closed 11 years ago

cleanbit commented 11 years ago

I completely forgot about this one. Anyway, this update adds support signed/unsigned int, long, long long types. Now it will be possible to use NSInteger/NSUInteger with CBLModel properties.

snej commented 11 years ago

I totally forgot that I'd never implemented those property types! Thanks.