// // KPKNode+IconImage.h // MacPass // // Created by Michael Starke on 31.08.13. // Copyright (c) 2013 HicknHack Software GmbH. All rights reserved. // #import "KeePassKit/KeePassKit.h" @interface KPKNode (IconImage) @property (nonatomic, readonly) NSImage *iconImage; @end