mirror of
https://github.com/objective-see/BlockBlock.git
synced 2026-03-22 07:02:39 +00:00
57ca40fc7f
BlockBlock v1.0 (beta)
19 lines
308 B
Objective-C
Executable File
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
|