Changed PGP backend from ObjectivePGP to GopenPGP

This commit is contained in:
Moritz Kuntze 2019-06-05 21:33:24 +02:00 committed by Mingshen Sun
parent 5439ad0f5b
commit 96f7c1960d
27 changed files with 647 additions and 193 deletions

View file

@ -0,0 +1,13 @@
// Objective-C API for talking to the following Go packages
//
// github.com/ZortacDev/GopenPGPWrapper/go/gopenpgpwrapper
//
// File is generated by gomobile bind. Do not edit.
#ifndef __Gopenpgpwrapper_FRAMEWORK_H__
#define __Gopenpgpwrapper_FRAMEWORK_H__
#include "Gopenpgpwrapper.objc.h"
#include "Universe.objc.h"
#endif