Files
MacPass/MacPass/KPKNode+IconImage.h
michael starke 5e4254b45f Started Move to KeePassKit - Project compiles but does NOT work properly
Removed MiniKeePass Categories.
Moved Random streams form MiniKeePass to KeePassKit
Changed MacPass to use KeePassKit
2013-09-01 02:16:27 +02:00

16 lines
269 B
Objective-C

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