Skip to content

Commit e9f659e

Browse files
author
Rad Azzouz
committed
💄
1 parent 0ad2b37 commit e9f659e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFViewMode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2018-2019 PSPDFKit GmbH. All rights reserved.
2+
// Copyright © 2019 PSPDFKit GmbH. All rights reserved.
33
//
44
// THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
55
// AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.

ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFViewMode.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
//
2-
// Copyright © 2018-2019 PSPDFKit GmbH. All rights reserved.
2+
// Copyright © 2019 PSPDFKit GmbH. All rights reserved.
33
//
44
// THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
55
// AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
66
// UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
77
// This notice may not be removed from this file.
88
//
99

10-
1110
#import "RCTConvert+PSPDFViewMode.h"
1211

1312
@implementation RCTConvert (PSPDFViewMode)

ios/RCTPSPDFKit/RCTPSPDFKitView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ NS_ASSUME_NONNULL_BEGIN
4848
- (NSDictionary<NSString *, NSString *> *)getFormFieldValue:(NSString *)fullyQualifiedName;
4949
- (void)setFormFieldValue:(NSString *)value fullyQualifiedName:(NSString *)fullyQualifiedName;
5050

51-
// Toolbar button customizations
51+
// Toolbar buttons customizations
5252
- (void)setLeftBarButtonItems:(nullable NSArray <NSString *> *)items forViewMode:(nullable NSString *) viewMode animated:(BOOL)animated;
5353
- (void)setRightBarButtonItems:(nullable NSArray <NSString *> *)items forViewMode:(nullable NSString *) viewMode animated:(BOOL)animated;
5454
- (NSArray <NSString *> *)getLeftBarButtonItemsForViewMode:(NSString *)viewMode;

0 commit comments

Comments
 (0)