mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 16:29:23 +00:00
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
This commit is contained in:
15
MacPass/KPKNode+IconImage.h
Normal file
15
MacPass/KPKNode+IconImage.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user