update value type to Any
This commit is contained in:
parent
84bab48627
commit
027e78639a
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue