Skip to content

Instantly share code, notes, and snippets.

@codewise-nicolas
Created November 14, 2014 22:16
Show Gist options
  • Save codewise-nicolas/038a77c3f6103747e53a to your computer and use it in GitHub Desktop.
Save codewise-nicolas/038a77c3f6103747e53a to your computer and use it in GitHub Desktop.
//
// LDYWebViewDelegate.h
// menubar-webkit
//
// Created by Xhacker Liu on 3/31/14.
// Copyright (c) 2014 Xhacker. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "LDYStatusItemView.h"
#import "LDYAppDelegate.h"
@interface LDYWebViewDelegate : NSObject
@property (nonatomic, weak) LDYAppDelegate *appDelegate;
@property (nonatomic, weak) NSStatusItem *statusItem;
@property (nonatomic, weak) LDYStatusItemView *statusItemView;
@property (nonatomic, weak) WebView *webView;
- (void)removeWindowFromDictionary: (NSString *) windowName;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment