Files
BlockBlock/Daemon/Daemon/XPCDaemon.h
T
Patrick Wardle 397699c1d0 switched to universal logging
remove old log file #74
switch to os_log_* APIs
2024-03-19 20:12:11 -10:00

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