Select Git revision
PGPUserAttributePacket.h
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
PGPUserAttributePacket.h 394 B
//
// PGPUserAttributePacket.h
// ObjectivePGP
//
// Created by Marcin Krzyzanowski on 24/05/14.
// Copyright (c) 2014 Marcin Krzyżanowski. All rights reserved.
//
#import "PGPPacket.h"
#import "PGPUserAttributeSubpacket.h"
@interface PGPUserAttributePacket : PGPPacket
// array of PGPUserAttributeSubpacket
@property (nonatomic) NSArray<PGPUserAttributeSubpacket *> *subpackets;
@end