Optimize encrypt attachment
This commit is contained in:
parent
0456595f68
commit
9dfb46fe45
24 changed files with 726 additions and 94 deletions
21
dist/iOS/Crypto.framework/Versions/A/Headers/Crypto.h
vendored
Normal file
21
dist/iOS/Crypto.framework/Versions/A/Headers/Crypto.h
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
// Objective-C API for talking to the following Go packages
|
||||
//
|
||||
// gitlab.com/ProtonMail/go-pm-crypto/crypto
|
||||
// gitlab.com/ProtonMail/go-pm-crypto/armor
|
||||
// gitlab.com/ProtonMail/go-pm-crypto/constants
|
||||
// gitlab.com/ProtonMail/go-pm-crypto/key
|
||||
// gitlab.com/ProtonMail/go-pm-crypto/models
|
||||
//
|
||||
// File is generated by gomobile bind. Do not edit.
|
||||
#ifndef __Crypto_FRAMEWORK_H__
|
||||
#define __Crypto_FRAMEWORK_H__
|
||||
|
||||
#include "Crypto.objc.h"
|
||||
#include "Armor.objc.h"
|
||||
#include "Constants.objc.h"
|
||||
#include "Key.objc.h"
|
||||
#include "Models.objc.h"
|
||||
#include "universe.objc.h"
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue