update value type to Any

This commit is contained in:
Shelley Vohr 2017-12-11 14:06:02 -05:00
parent 84bab48627
commit 027e78639a
No known key found for this signature in database
GPG key ID: F13993A75599653C

View file

@ -110,7 +110,7 @@ Same as `unsubscribeNotification`, but removes the subscriber from `NSNotificati
* `defaults` Object - a dictionary of (`key: value`) user defaults
* `key` String
* `value` (String | Boolean | Int | Float | Double | Array | Dictionary)
* `value` Any
Add the specified defaults to your application's `NSUserDefaults`.