Skip to content

Commit be3417e

Browse files
update to internal commit 19beb7cc
1 parent 70b284d commit be3417e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

programming/objectivec-swift/user-guide.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ Add the SDK to your new project. Please read [Add the SDK](#add-the-sdk) section
172172
config.license = "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9"
173173
vc.config = config
174174
}
175-
class ViewController: UIViewController {
176-
/* CONTINUATION OF CODE FROM STEP 3 AND 4 */
177175
func setup() {
178176
button.backgroundColor = .black
179177
button.setTitle("Scan a Barcode", for: .normal)
@@ -202,7 +200,6 @@ Add the SDK to your new project. Please read [Add the SDK](#add-the-sdk) section
202200
])
203201
}
204202
}
205-
}
206203
```
207204

208205
>Note:

0 commit comments

Comments
 (0)