mirror of
https://github.com/zhigang1992/shadowsocks-iOS.git
synced 2026-04-22 03:44:14 +08:00
14 lines
219 B
Objective-C
14 lines
219 B
Objective-C
//
|
|
// SWBViewController.h
|
|
// ShadowWeb
|
|
//
|
|
// Created by clowwindy on 2/16/13.
|
|
// Copyright (c) 2013 clowwindy. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface SWBViewController : UIViewController
|
|
|
|
@end
|