mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 08:12:28 +00:00
17 lines
330 B
Objective-C
17 lines
330 B
Objective-C
//
|
|
// MPDocumentSaveRecoveryAttempter.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 31/08/16.
|
|
// Copyright © 2016 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
@class MPDocument;
|
|
|
|
@interface MPErrorRecoveryAttempter : NSObject
|
|
|
|
@property (strong, nullable) MPDocument *document;
|
|
|
|
@end
|