ifish/Ifish/UMCommunity/UMCommunitySDK/UMCommunityUI/simple/Edit/UMComChangeBorderBtn.h

17 lines
319 B
Objective-C

//
// UMComChangeBorderBtn.h
// UMCommunity
//
// Created by 张军华 on 16/5/24.
// Copyright © 2016年 Umeng. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UMComChangeBorderBtn : UIButton
@property(nonatomic)UIColor* normalBorderColor;
@property(nonatomic)UIColor* highlightedBorderColor;
@end