mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-14 00:53:21 -07:00
replace AboutViewController
This commit is contained in:
parent
b51d68a419
commit
c6dba50e35
6 changed files with 72 additions and 50 deletions
23
ZeroTier One/AboutViewController.h
Normal file
23
ZeroTier One/AboutViewController.h
Normal file
|
@ -0,0 +1,23 @@
|
|||
//
|
||||
// AboutViewController.h
|
||||
// ZeroTier One
|
||||
//
|
||||
// Created by Grant Limberg on 8/7/16.
|
||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <WebKit/WebKit.h>
|
||||
|
||||
@interface AboutViewController : NSViewController <WebPolicyDelegate>
|
||||
|
||||
@property (nonatomic, weak) IBOutlet WebView *webView;
|
||||
|
||||
- (void)viewDidLoad;
|
||||
|
||||
- (void)webView:(WebView *)webView decidePolicyForNavigationAction:(NSDictionary *)actionInformation
|
||||
request:(NSURLRequest *)request
|
||||
frame:(WebFrame *)frame
|
||||
decisionListener:(id<WebPolicyDecisionListener>)listener;
|
||||
|
||||
@end
|
Loading…
Add table
Add a link
Reference in a new issue