Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
PGPUserAttributeImageSubpacket.h 477 B
//  Copyright (c) Marcin Krzyżanowski. All rights reserved.
//
//  THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY
//  INTERNATIONAL COPYRIGHT LAW. USAGE IS BOUND TO THE LICENSE AGREEMENT.
//  This notice may not be removed from this file.
//

#import "PGPUserAttributeSubpacket.h"

NS_ASSUME_NONNULL_BEGIN

@interface PGPUserAttributeImageSubpacket : PGPUserAttributeSubpacket

@property (nonatomic, nullable) NSData *image;

@end

NS_ASSUME_NONNULL_END