Files
ShadowsocksX-NG/ShadowsocksX-NG/SWBQRCodeWindowController.h
2016-06-09 06:59:42 +08:00

18 lines
390 B
Objective-C

//
// QRCodeWindowController.h
// shadowsocks
//
// Created by clowwindy on 10/12/14.
// Copyright (c) 2014 clowwindy. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import <WebKit/WebKit.h>
@interface SWBQRCodeWindowController : NSWindowController <WebFrameLoadDelegate>
@property (nonatomic, strong) IBOutlet WebView *webView;
@property (nonatomic, copy) NSString *qrCode;
@end