Files
Patrick Wardle 57ca40fc7f initial checkin
BlockBlock v1.0 (beta)
2020-04-10 21:09:09 -10:00

19 lines
308 B
Objective-C
Executable File

//
// file: XPCUser.h
// project: BlockBlock (login item)
// description: user XPC methods (header)
//
// created by Patrick Wardle
// copyright (c) 2018 Objective-See. All rights reserved.
//
@import Foundation;
#import "XPCUserProto.h"
@interface XPCUser : NSObject <XPCUserProtocol>
{
}
@end