mirror of
https://github.com/zhigang1992/shadowsocks-iOS.git
synced 2026-04-15 23:23:11 +08:00
17 lines
255 B
Objective-C
17 lines
255 B
Objective-C
//
|
|
// SWBSmallCloseButtonHighlightView.h
|
|
// SWBuaWeb
|
|
//
|
|
// Created by clowwindy on 11-6-10.
|
|
// Copyright 2011年 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
@interface SWBSmallCloseButtonHighlightView : UIView {
|
|
|
|
}
|
|
|
|
@end
|