mirror of
https://github.com/zhigang1992/shadowsocks-iOS.git
synced 2026-04-06 18:19:50 +08:00
17 lines
223 B
Objective-C
17 lines
223 B
Objective-C
//
|
|
// SWBNewTabButton.h
|
|
// SWBuaWeb
|
|
//
|
|
// Created by clowwindy on 11-6-12.
|
|
// Copyright 2011年 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
@interface SWBNewTabButton : UIButton {
|
|
|
|
}
|
|
|
|
@end
|