mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
16 lines
283 B
Objective-C
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
|