Differences From Artifact [2e0c868afb]:
- File src/OFXMLProcessingInstruction.h — part of check-in [1038191a03] at 2022-09-12 08:52:20 on branch trunk — Restrict subclassing on more classes (user: js, size: 1964) [annotate] [blame] [check-ins using] [more...]
To Artifact [c9baffc912]:
- File src/OFXMLProcessingInstruction.h — part of check-in [26ddd2e4e4] at 2024-01-02 17:17:25 on branch trunk — Update copyright (user: js, size: 1899) [annotate] [blame] [check-ins using] [more...]
1 | 1 2 3 4 5 6 7 8 9 | - + | /* |
| ︙ | |||
56 57 58 59 60 61 62 | 56 57 58 59 60 61 62 63 64 65 | - - | * * @param target The target for the processing instruction * @param text The text for the processing instruction * @return An initialized OFXMLProcessingInstruction */ - (instancetype)initWithTarget: (OFString *)target text: (OFString *)text OF_DESIGNATED_INITIALIZER; |