getsling / GVUserDefaults

NSUserDefaults access via properties.
MIT License
952 stars 92 forks source link

Eliminate compiler warning by casting NSInteger to int #11

Closed sibljon closed 10 years ago

sibljon commented 10 years ago

I'm seeing a warning in Xcode that complains about an implicit conversion from long to int. Would it be possible to accept this pull request to reduce the warning?

screen shot 2014-01-31 at 5 15 02 pm