diff options
| author | levlam <levlam@telegram.org> | 2020-11-18 17:38:19 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2020-11-18 17:38:55 +0300 |
| commit | cd82d3d888f7d2be39ef4f849708c56bfdf99aaf (patch) | |
| tree | ded34ba1a2e30ebf75a6818500dc4b973152c5a6 /example/swift | |
| parent | 3f33d158794ea4c9e6683a4707db869625c9f212 (diff) | |
Add new wrapper and usage examples.
Diffstat (limited to 'example/swift')
| -rw-r--r-- | example/swift/src/main.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/swift/src/main.swift b/example/swift/src/main.swift index 333301762..82851a804 100644 --- a/example/swift/src/main.swift +++ b/example/swift/src/main.swift @@ -9,7 +9,7 @@ import Foundation // TDLib Client Swift binding class TdClient { - var client_id = td_create_client_id()! + var client_id = td_create_client_id() let tdlibMainLoop = DispatchQueue(label: "TDLib") let tdlibQueryQueue = DispatchQueue(label: "TDLibQuery") var queryF = Dictionary<Int64, (Dictionary<String,Any>)->()>() |
