Files
MacPass/MacPass/MPLockDaemon.h
2014-08-18 12:27:20 +02:00

16 lines
264 B
Objective-C

//
// MPLockDaemon.h
// MacPass
//
// Created by Michael Starke on 16.06.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface MPLockDaemon : NSObject
+ (MPLockDaemon *)sharedInstance;
@end