mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 17:32:17 +00:00
15 lines
297 B
Objective-C
15 lines
297 B
Objective-C
//
|
|
// MPDocument+Attachment.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 25.02.14.
|
|
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import "MPDocument.h"
|
|
|
|
@interface MPDocument (Attachments)
|
|
|
|
- (void)addAttachment:(NSURL *)location toEntry:(KPKEntry *)anEntry;
|
|
|
|
@end |