Files
Attractor/SBrowserProcessBundle/SBRProcessPlugin.h
T

18 lines
288 B
Objective-C
Raw Normal View History

2020-07-22 19:29:38 -07:00
//
// SBRProcessPlugin.h
// SBrowserProcessBundle
//
// Created by James Magahern on 7/22/20.
//
#import <Foundation/Foundation.h>
#import <WebKit/WKWebProcessPlugIn.h>
NS_ASSUME_NONNULL_BEGIN
@interface SBRProcessPlugin : NSObject <WKWebProcessPlugIn>
@end
NS_ASSUME_NONNULL_END