FTalerWalletcore.h (627B)
1 /* 2 * This file is part of GNU Taler, ©2022-25 Taler Systems S.A. 3 * See LICENSE.md 4 */ 5 /** 6 * @author Marc Stibane 7 */ 8 #import <Foundation/Foundation.h> 9 10 //! Project version number for TalerWalletcore. 11 FOUNDATION_EXPORT double TalerWalletcoreVersionNumber; 12 13 //! Project version string for TalerWalletcore. 14 FOUNDATION_EXPORT const unsigned char TalerWalletcoreVersionString[]; 15 16 // In this header, you should import all the public headers of your framework using statements like #import <TalerWalletcore/PublicHeader.h> 17 18 #import "FTalerWalletcore-Bridging-Header.h" 19 20 struct TALER_WALLET_Instance * 21 TALER_WALLET_test(int wait);