We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2908b commit 9127061Copy full SHA for 9127061
1 file changed
README.md
@@ -19,9 +19,14 @@ Mainly the SDK will expose two classes and two supporting classes :
19
20
21
Based on the requirement any one or all classes can be used. And need to import those from the SDK.
22
+=== "swift"
23
```swift swift code
24
import QuickCaptureFW;
- ```
25
+```
26
+=== "C"
27
+```swift swift code
28
+ import QuickCaptureFW;
29
30
---
31
## CameraHelper
32
This class will be implemented as an activity. This class can be initialized as intent.
0 commit comments