Files
Attractor/SBrowserProcessBundle/SBRWebProcessProxy.h
2020-07-24 19:26:35 -07:00

16 lines
261 B
Objective-C

//
// SBRWebProcessProxy.h
// SBrowser
//
// Created by James Magahern on 7/22/20.
//
#import <Foundation/Foundation.h>
@protocol SBRWebProcessProxy <NSObject>
- (void)hello;
- (void)syncAllowedResourceOrigins:(NSArray<NSString *> *)allowedOrigins;
@end