File tree Expand file tree Collapse file tree
programming/objectivec-swift Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,12 +102,12 @@ Dynamsoft Barcode Reader needs a valid license to work.
102102 >
103103 > 1 .
104104 ``` objc
105- #import < DynamsoftLicense/DynamsoftLicense .h>
105+ #import < DynamsoftCaptureVisionBundle/DynamsoftCaptureVisionBundle .h>
106106 @interface ViewController () <DSLicenseVerificationListener >
107107 ```
108108 2.
109109 ```swift
110- import DynamsoftLicense
110+ import DynamsoftCaptureVisionBundle
111111 class ViewController: UIViewController, LicenseVerificationListener
112112 ```
113113
@@ -160,12 +160,10 @@ Dynamsoft Barcode Reader needs a valid license to work.
160160 > 1 .
161161 ``` objc
162162 #import < DynamsoftCaptureVisionBundle/DynamsoftCaptureVisionBundle.h>
163- #import < DynamsoftBarcodeReaderBundle/DynamsoftBarcodeReaderBundle.h>
164163 ```
165164 2 .
166165 ``` swift
167166 import DynamsoftCaptureVisionBundle
168- import DynamsoftBarcodeReaderBundle
169167 ```
170168
1711692 . Initialize ` CameraEnhancer ` and ` CameraView ` and add configurations for the ` CameraEnhancer ` .
Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ The first major step in code configuration is to include a valid license in the
104104 > 1 .
105105 ``` objc
106106 #import " ViewController.h"
107- #import < DynamsoftLicense/DynamsoftLicense.h>
108107 #import < DynamsoftBarcodeReaderBundle/DynamsoftBarcodeReaderBundle.h>
109108 #import < DynamsoftBarcodeReaderBundle/DynamsoftBarcodeReaderBundle-Swift.h>
110109 @interface ViewController ()
@@ -156,7 +155,6 @@ The first major step in code configuration is to include a valid license in the
156155 2.
157156 ```swift
158157 import UIKit
159- import DynamsoftLicense
160158 import DynamsoftBarcodeReaderBundle
161159 class ViewController: UIViewController {
162160 let button = UIButton()
You can’t perform that action at this time.
0 commit comments