ObjFW  Diff

Differences From Artifact [9c168a002a]:

To Artifact [5d805de72a]:


31
32
33
34
35
36
37
38

39
40
41
42
43
44
45
46
47

48
49
50
31
32
33
34
35
36
37

38
39
40
41
42
43
44
45
46

47
48
49
50







-
+








-
+




/*!
 * @brief Creates a new OFXMLProcessingInstructions with the specified string.
 *
 * @param string The string for the processing instructions
 * @return A new OFXMLProcessingInstructions
 */
+ (instancetype)processingInstructionsWithString: (OFString*)string;
+ (instancetype)processingInstructionsWithString: (OFString *)string;

/*!
 * @brief Initializes an already allocated OFXMLProcessingInstructions with the
 *	  specified string.
 *
 * @param string The string for the processing instructions
 * @return An initialized OFXMLProcessingInstructions
 */
- initWithString: (OFString*)string;
- initWithString: (OFString *)string;
@end

OF_ASSUME_NONNULL_END