mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 12:52:21 +00:00
16 lines
266 B
Objective-C
16 lines
266 B
Objective-C
//
|
|
// KdbEntry+MPAdditions.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 01.07.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import "Kdb.h"
|
|
|
|
@interface KdbEntry (MPAdditions)
|
|
|
|
@property (nonatomic, readonly) NSImage *icon;
|
|
|
|
@end
|