File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright © 2018- 2019 PSPDFKit GmbH. All rights reserved.
2
+ // Copyright © 2019 PSPDFKit GmbH. All rights reserved.
3
3
//
4
4
// THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
5
5
// AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright © 2018- 2019 PSPDFKit GmbH. All rights reserved.
2
+ // Copyright © 2019 PSPDFKit GmbH. All rights reserved.
3
3
//
4
4
// THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
5
5
// AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
6
6
// UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
7
7
// This notice may not be removed from this file.
8
8
//
9
9
10
-
11
10
#import " RCTConvert+PSPDFViewMode.h"
12
11
13
12
@implementation RCTConvert (PSPDFViewMode)
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ NS_ASSUME_NONNULL_BEGIN
48
48
- (NSDictionary <NSString *, NSString *> *)getFormFieldValue : (NSString *)fullyQualifiedName ;
49
49
- (void )setFormFieldValue : (NSString *)value fullyQualifiedName : (NSString *)fullyQualifiedName ;
50
50
51
- // Toolbar button customizations
51
+ // Toolbar buttons customizations
52
52
- (void )setLeftBarButtonItems : (nullable NSArray <NSString *> *)items forViewMode : (nullable NSString *) viewMode animated : (BOOL )animated ;
53
53
- (void )setRightBarButtonItems : (nullable NSArray <NSString *> *)items forViewMode : (nullable NSString *) viewMode animated : (BOOL )animated ;
54
54
- (NSArray <NSString *> *)getLeftBarButtonItemsForViewMode : (NSString *)viewMode ;
You can’t perform that action at this time.
0 commit comments