mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 20:02:27 +00:00
17 lines
298 B
Objective-C
17 lines
298 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
|
|
|
|
+ (instancetype)defaultDaemon;
|
|
+ (instancetype)init NS_UNAVAILABLE;
|
|
|
|
@end
|