Skip to content

Commit ab7a09a

Browse files
committed
Update check-current-version.md
1 parent dadd78e commit ab7a09a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

barcode-reader/general/check-current-version.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ console.log(version);
3535
```
3636
>
3737
```objc
38-
NSString *version = [DSCaptureVisionRouterModule getVersion];
38+
NSString *version = [DSBarcodeReaderModule getVersion];
39+
NSLog(@"Dynamsoft Barcode Reader Version: %@", version);
3940
```
4041
>
4142
```swift
42-
let version = CaptureVisionRouterModule.getVersion()
43+
let version = BarcodeReaderModule.getVersion()
44+
print("Dynamsoft Barcode Reader Version: \(version)")
4345
```
4446
>
4547
```java

0 commit comments

Comments
 (0)