mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 02:22:28 +00:00
16 lines
282 B
Objective-C
16 lines
282 B
Objective-C
//
|
|
// KPKNode+MPIsHistory.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 25.04.17.
|
|
// Copyright © 2017 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <KeePassKit/KeePassKit.h>
|
|
|
|
@interface KPKNode (MPIsHistory)
|
|
|
|
@property (nonatomic, readonly) BOOL isHistory;
|
|
|
|
@end
|