ledger-core
BitcoinLikeWallet.hpp
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from bitcoin_like_wallet.djinni
3 
4 #ifndef DJINNI_GENERATED_BITCOINLIKEWALLET_HPP
5 #define DJINNI_GENERATED_BITCOINLIKEWALLET_HPP
6 #ifndef LIBCORE_EXPORT
7  #if defined(_MSC_VER)
8  #include <libcore_export.h>
9  #else
10  #define LIBCORE_EXPORT
11  #endif
12 #endif
13 
14 namespace ledger { namespace core { namespace api {
15 
17 class LIBCORE_EXPORT BitcoinLikeWallet {
18 public:
19  virtual ~BitcoinLikeWallet() {}
20 };
21 
22 } } } // namespace ledger::core::api
23 #endif //DJINNI_GENERATED_BITCOINLIKEWALLET_HPP
Definition: Account.cpp:8
Definition: BitcoinLikeWallet.hpp:17