Files
shadowsocks-iOS/ShadowWeb/SWBSmallCloseButton.h
2013-02-16 15:53:52 +08:00

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