Files
MacPass/MacPass/KPKNode+MPIsHistory.h
2017-04-25 11:59:36 +02:00

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