mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 01:09:39 +00:00
Added scrollview to inspector to accommodate bigger conntent
This commit is contained in:
17
MacPass/MPLockDaemon.h
Normal file
17
MacPass/MPLockDaemon.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// MPLockDaemon.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 16.06.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
APPKIT_EXTERN NSString *const MPShouldLockDatabaseNotification;
|
||||
|
||||
@interface MPLockDaemon : NSObject
|
||||
|
||||
+ (MPLockDaemon *)sharedInstance;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user