Files
MacPass/MacPass/KdbEntry+MPAdditions.h
michael starke f3001b35e1 More work on Recylcebin support #24
Document settings display tree to chose recycle bin location
2013-07-02 00:48:48 +02:00

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