tdlight/example/swift/src/td-Bridging-Header.h
Arseny Smirnov 85c9a8bdb1 Swift example
GitOrigin-RevId: a79b90748b0e978610a0da2f7e7bfa8b40a44c03
2018-02-12 16:10:53 +03:00

13 lines
435 B
C

//
// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2018
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#include "td/telegram/td_json_client.h"
#include "td/telegram/td_log.h"