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

remove code

parent a7ea18bc
No related branches found
No related tags found
No related merge requests found
Showing
with 19 additions and 19 deletions
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
// //
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import "PGPTypes.h" #import <ObjectivePGP/PGPTypes.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
// This notice may not be removed from this file. // This notice may not be removed from this file.
// //
#import "ObjectivePGP.h" #import <ObjectivePGP/ObjectivePGP.h>
@interface PGPPartialSubKey () @interface PGPPartialSubKey ()
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
// //
#import "PGPPublicKeyPacket.h" #import "PGPPublicKeyPacket.h"
#import "ObjectivePGP.h" #import <ObjectivePGP/ObjectivePGP.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
// Tag 6 // Tag 6
#import "PGPPacketFactory.h" #import "PGPPacketFactory.h"
#import "ObjectivePGP.h" #import <ObjectivePGP/ObjectivePGP.h>
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
// This notice may not be removed from this file. // This notice may not be removed from this file.
// //
#import "PGPMacros.h" #import <ObjectivePGP/PGPMacros.h>
#import "PGPTypes.h" #import <ObjectivePGP/PGPTypes.h>
#import "PGPExportableProtocol.h" #import <ObjectivePGP/PGPExportableProtocol.h>
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#import "PGPPublicKeyPacket+Private.h" #import "PGPPublicKeyPacket+Private.h"
#import "PGPS2K.h" #import "PGPS2K.h"
#import "PGPSecretKeyPacket.h" #import "PGPSecretKeyPacket.h"
#import "ObjectivePGP.h" #import <ObjectivePGP/ObjectivePGP.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
// //
#import "PGPSignaturePacket.h" #import "PGPSignaturePacket.h"
#import "ObjectivePGP.h" #import <ObjectivePGP/ObjectivePGP.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
// This notice may not be removed from this file. // This notice may not be removed from this file.
// //
#import "PGPTypes.h" #import <ObjectivePGP/PGPTypes.h>
#import "PGPMacros.h" #import <ObjectivePGP/PGPMacros.h>
#import "PGPExportableProtocol.h" #import <ObjectivePGP/PGPExportableProtocol.h>
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
......
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
// 5.2.3.4. Signature Creation Time // 5.2.3.4. Signature Creation Time
// Signature Creation Time MUST be present in the hashed area. // Signature Creation Time MUST be present in the hashed area.
#import "PGPTypes.h" #import <ObjectivePGP/PGPTypes.h>
#import "PGPMacros.h" #import <ObjectivePGP/PGPMacros.h>
#import "PGPExportableProtocol.h" #import <ObjectivePGP/PGPExportableProtocol.h>
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
// //
// 5.2.3.26. Embedded Signature // 5.2.3.26. Embedded Signature
#import "PGPTypes.h" #import <ObjectivePGP/PGPTypes.h>
#import "PGPMacros.h" #import <ObjectivePGP/PGPMacros.h>
#import "PGPExportableProtocol.h" #import <ObjectivePGP/PGPExportableProtocol.h>
#import "PGPSignatureSubpacket.h" #import <ObjectivePGP/PGPSignatureSubpacket.h>
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN 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