mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 22:19:21 +00:00
Added wrapping adapter for isHistory to ease binding
This commit is contained in:
15
MacPass/KPKNode+MPIsHistory.h
Normal file
15
MacPass/KPKNode+MPIsHistory.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user