Skip to content
Snippets Groups Projects
Commit a3cb6573 authored by Oliver Wiese's avatar Oliver Wiese
Browse files

remove code

parent a7ea18bc
Branches
Tags
No related merge requests found
Showing
with 19 additions and 19 deletions
......@@ -6,7 +6,7 @@
//
#import <Foundation/Foundation.h>
#import "PGPTypes.h"
#import <ObjectivePGP/PGPTypes.h>
NS_ASSUME_NONNULL_BEGIN
......
......@@ -6,7 +6,7 @@
// This notice may not be removed from this file.
//
#import "ObjectivePGP.h"
#import <ObjectivePGP/ObjectivePGP.h>
@interface PGPPartialSubKey ()
......
......@@ -7,7 +7,7 @@
//
#import "PGPPublicKeyPacket.h"
#import "ObjectivePGP.h"
#import <ObjectivePGP/ObjectivePGP.h>
NS_ASSUME_NONNULL_BEGIN
......
......@@ -8,7 +8,7 @@
// Tag 6
#import "PGPPacketFactory.h"
#import "ObjectivePGP.h"
#import <ObjectivePGP/ObjectivePGP.h>
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
......
......@@ -6,9 +6,9 @@
// This notice may not be removed from this file.
//
#import "PGPMacros.h"
#import "PGPTypes.h"
#import "PGPExportableProtocol.h"
#import <ObjectivePGP/PGPMacros.h>
#import <ObjectivePGP/PGPTypes.h>
#import <ObjectivePGP/PGPExportableProtocol.h>
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
......
......@@ -9,7 +9,7 @@
#import "PGPPublicKeyPacket+Private.h"
#import "PGPS2K.h"
#import "PGPSecretKeyPacket.h"
#import "ObjectivePGP.h"
#import <ObjectivePGP/ObjectivePGP.h>
NS_ASSUME_NONNULL_BEGIN
......
......@@ -7,7 +7,7 @@
//
#import "PGPSignaturePacket.h"
#import "ObjectivePGP.h"
#import <ObjectivePGP/ObjectivePGP.h>
NS_ASSUME_NONNULL_BEGIN
......
......@@ -6,9 +6,9 @@
// This notice may not be removed from this file.
//
#import "PGPTypes.h"
#import "PGPMacros.h"
#import "PGPExportableProtocol.h"
#import <ObjectivePGP/PGPTypes.h>
#import <ObjectivePGP/PGPMacros.h>
#import <ObjectivePGP/PGPExportableProtocol.h>
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
......
......@@ -8,9 +8,9 @@
// 5.2.3.4. Signature Creation Time
// Signature Creation Time MUST be present in the hashed area.
#import "PGPTypes.h"
#import "PGPMacros.h"
#import "PGPExportableProtocol.h"
#import <ObjectivePGP/PGPTypes.h>
#import <ObjectivePGP/PGPMacros.h>
#import <ObjectivePGP/PGPExportableProtocol.h>
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
......
......@@ -6,10 +6,10 @@
//
// 5.2.3.26. Embedded Signature
#import "PGPTypes.h"
#import "PGPMacros.h"
#import "PGPExportableProtocol.h"
#import "PGPSignatureSubpacket.h"
#import <ObjectivePGP/PGPTypes.h>
#import <ObjectivePGP/PGPMacros.h>
#import <ObjectivePGP/PGPExportableProtocol.h>
#import <ObjectivePGP/PGPSignatureSubpacket.h>
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment