Skip to content

Commit 47c3b10

Browse files
stevikiRadAzzouz
authored andcommitted
Use updated constant names
1 parent 3009bbe commit 47c3b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFConfiguration.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ + (PSPDFConfiguration *)PSPDFConfiguration:(id)json {
170170
PSPDFAnnotationString const PSPDFAnnotationStringWatermark = @"Watermark";
171171
PSPDFAnnotationString const PSPDFAnnotationStringTrapNet = @"TrapNet";
172172
PSPDFAnnotationString const PSPDFAnnotationString3D = @"3D";
173-
PSPDFAnnotationString const PSPDFAnnotationStringRedact = @"Redact";
173+
PSPDFAnnotationString const PSPDFAnnotationStringRedaction = @"Redact";
174174
*/
175175

176176
RCT_MULTI_ENUM_CONVERTER(PSPDFAnnotationType,
@@ -200,7 +200,7 @@ + (PSPDFConfiguration *)PSPDFConfiguration:(id)json {
200200
PSPDFAnnotationStringWatermark : @(PSPDFAnnotationTypeWatermark),
201201
PSPDFAnnotationStringTrapNet : @(PSPDFAnnotationTypeTrapNet),
202202
PSPDFAnnotationString3D : @(PSPDFAnnotationTypeThreeDimensional),
203-
PSPDFAnnotationStringRedact : @(PSPDFAnnotationTypeRedact),
203+
PSPDFAnnotationStringRedaction : @(PSPDFAnnotationTypeRedaction),
204204
@"all" : @(PSPDFAnnotationTypeAll)}),
205205
PSPDFAnnotationTypeNone,
206206
unsignedIntegerValue)

0 commit comments

Comments
 (0)