We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f04de6 + d2b9459 commit e3e3e3dCopy full SHA for e3e3e3d
DeepLinkKit/Protocols/DPLSerializable.h
@@ -12,14 +12,14 @@
12
13
/**
14
Initializes an object with the provided dictionary representation.
15
- @param An NSDictionary representation of the object to be created.
+ @param dictionary - a NSDictionary representation of the object to be created.
16
*/
17
- (instancetype)initWithDictionary:(NSDictionary *)dictionary;
18
19
20
21
Updates the receiver with the provided dictionary representation.
22
- @param An NSDictionary representation of the object.
+ @param dictionary - a NSDictionary representation of the object.
23
24
- (void)updateWithRepresentation:(NSDictionary *)dictionary;
25
0 commit comments