Optimize encrypt attachment
This commit is contained in:
parent
0456595f68
commit
9dfb46fe45
24 changed files with 726 additions and 94 deletions
15
dist/iOS/Crypto.framework/Versions/A/Headers/Constants.objc.h
vendored
Normal file
15
dist/iOS/Crypto.framework/Versions/A/Headers/Constants.objc.h
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
// Objective-C API for talking to gitlab.com/ProtonMail/go-pm-crypto/constants Go package.
|
||||
// gobind -lang=objc gitlab.com/ProtonMail/go-pm-crypto/constants
|
||||
//
|
||||
// File is generated by gobind. Do not edit.
|
||||
|
||||
#ifndef __Constants_H__
|
||||
#define __Constants_H__
|
||||
|
||||
@import Foundation;
|
||||
#include "Universe.objc.h"
|
||||
|
||||
|
||||
FOUNDATION_EXPORT NSString* const ConstantsVERSION;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue