mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 14:02:28 +00:00
16 lines
283 B
Objective-C
16 lines
283 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 "KeePassKit/KeePassKit.h"
|
|
|
|
@interface KPKNode (IconImage)
|
|
|
|
@property (nonatomic, readonly) NSImage *iconImage;
|
|
|
|
@end
|