Files
quark-shell-mac/quark-shell/QSHWebViewWindowController.h
2014-11-26 23:28:55 -08:00

20 lines
408 B
Objective-C

//
// QSHNewWindowController.h
// quark-shell
//
// Created by Xhacker Liu on 7/2/14.
// Copyright (c) 2014 Xhacker. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface QSHWebViewWindowController : NSWindowController
@property (weak) IBOutlet WebView *webView;
- (id)initWithURLString:(NSString *)URLString
width:(CGFloat)width
height:(CGFloat)height;
@end