Files
Attractor/SBrowserProcessBundle/SBRProcessPlugin.h

18 lines
281 B
Objective-C

//
// SBRProcessPlugin.h
// SBrowserProcessBundle
//
// Created by James Magahern on 7/22/20.
//
#import <Foundation/Foundation.h>
#import "WKWebProcessPlugIn.h"
NS_ASSUME_NONNULL_BEGIN
@interface SBRProcessPlugin : NSObject <WKWebProcessPlugIn>
@end
NS_ASSUME_NONNULL_END