Files
BlockBlock/Installer/Helper/HelperInterface.h
T
Patrick Wardle 57ca40fc7f initial checkin
BlockBlock v1.0 (beta)
2020-04-10 21:09:09 -10:00

21 lines
365 B
Objective-C

//
// file: HelperInterface.h
// project: (open-source) installer
// description: interface for app installer comms (header)
//
// created by Patrick Wardle
// copyright (c) 2018 Objective-See. All rights reserved.
//
@import Foundation;
#import "XPCProtocol.h"
#import "HelperInterface.h"
@interface HelperInterface : NSObject <XPCProtocol>
{
}
@end