We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f04de6 commit d2b9459Copy full SHA for d2b9459
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