IBTUIButton.h 268 Bytes
//
//  IBTUIButton.h
//  XFFruit
//
//  Created by Xummer on 3/30/15.
//  Copyright (c) 2015 Xummer. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface IBTUIButton : UIButton

+ (id)RoundCornerBtnWithTitle:(NSString *)title bgColor:(UIColor *)bgColor;

@end