Files
MacPass/MacPass/MPCollectionViewItem.h
2017-09-16 10:46:54 +02:00

16 lines
283 B
Objective-C

//
// MPCollectionViewItem.h
// MacPass
//
// Created by Michael Starke on 15.09.17.
// Copyright © 2017 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface MPCollectionViewItem : NSCollectionViewItem
@property BOOL showDeleteIndicator;
@end