mirror of
https://github.com/zhigang1992/shadowsocks-iOS.git
synced 2026-04-06 22:39:58 +08:00
19 lines
380 B
Objective-C
19 lines
380 B
Objective-C
//
|
|
// SWBSmallCloseButton.h
|
|
// SWBuaWeb
|
|
//
|
|
// Created by clowwindy on 11-6-10.
|
|
// Copyright 2011年 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "SWBSmallCloseButtonHighlightView.h"
|
|
|
|
@interface SWBSmallCloseButton : UIButton {
|
|
SWBSmallCloseButtonHighlightView *highlightView;
|
|
}
|
|
|
|
@property (nonatomic, assign) CGFloat radius;
|
|
|
|
@end
|