Skip to content

Commit 9127061

Browse files
Update README.md
1 parent 0d2908b commit 9127061

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,14 @@ Mainly the SDK will expose two classes and two supporting classes :
1919

2020

2121
Based on the requirement any one or all classes can be used. And need to import those from the SDK.
22+
=== "swift"
2223
```swift swift code
2324
import QuickCaptureFW;
24-
```
25+
```
26+
=== "C"
27+
```swift swift code
28+
import QuickCaptureFW;
29+
```
2530
---
2631
## CameraHelper
2732
This class will be implemented as an activity. This class can be initialized as intent.

0 commit comments

Comments
 (0)