Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ObjectivePGP.h 873 B
//
//  ObjectivePGP
//
//  Copyright © Marcin Krzyżanowski. All rights reserved.
//
//  DO NOT MODIFY. FILE GENERATED AUTOMATICALLY.

#import <Foundation/Foundation.h>

//! Project version number for ObjectivePGP.
FOUNDATION_EXPORT double ObjectivePGPVersionNumber;

//! Project version string for ObjectivePGP.
FOUNDATION_EXPORT const unsigned char ObjectivePGPVersionString[];

#import <ObjectivePGP/PGPMacros.h>
#import <ObjectivePGP/PGPTypes.h>
#import <ObjectivePGP/ObjectivePGPObject.h>
#import <ObjectivePGP/PGPKeyGenerator.h>
#import <ObjectivePGP/PGPKeyring.h>
#import <ObjectivePGP/PGPFingerprint.h>
#import <ObjectivePGP/PGPKeyID.h>
#import <ObjectivePGP/PGPUser.h>
#import <ObjectivePGP/PGPPartialSubKey.h>
#import <ObjectivePGP/PGPPartialKey.h>
#import <ObjectivePGP/PGPKey.h>
#import <ObjectivePGP/PGPExportableProtocol.h>
#import <ObjectivePGP/PGPArmor.h>