Added scrollview to inspector to accommodate bigger conntent

This commit is contained in:
michael starke
2013-06-16 14:13:19 +02:00
parent dadf416950
commit a39dc7ea68
11 changed files with 2286 additions and 1662 deletions

17
MacPass/MPLockDaemon.h Normal file
View 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