mirror of
https://github.com/objective-see/BlockBlock.git
synced 2026-03-22 07:02:39 +00:00
397699c1d0
remove old log file #74 switch to os_log_* APIs
23 lines
379 B
Objective-C
23 lines
379 B
Objective-C
//
|
|
// file: XPCDaemon.h
|
|
// project: BlockBlock (launch daemon)
|
|
// description: interface for XPC methods, invoked by user (header)
|
|
//
|
|
// created by Patrick Wardle
|
|
// copyright (c) 2017 Objective-See. All rights reserved.
|
|
//
|
|
|
|
@import OSLog;
|
|
@import Foundation;
|
|
|
|
#import "XPCDaemonProto.h"
|
|
|
|
@interface XPCDaemon : NSObject <XPCDaemonProtocol>
|
|
{
|
|
|
|
}
|
|
|
|
/* PROPERTIES */
|
|
|
|
@end
|