Files
shadowsocks-iOS/ShadowsocksX/SWBAppDelegate.h
2014-02-19 17:26:39 +08:00

17 lines
332 B
Objective-C

//
// SWBAppDelegate.h
// ShadowsocksX
//
// Created by clowwindy on 14-2-19.
// Copyright (c) 2014年 clowwindy. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface SWBAppDelegate : NSObject <NSApplicationDelegate>
@property (assign) IBOutlet NSWindow *window;
@property (nonatomic, strong) NSStatusItem* item;
@end