// // IBTUIButton.h // XFFruit // // Created by Xummer on 3/30/15. // Copyright (c) 2015 Xummer. All rights reserved. // #import @interface IBTUIButton : UIButton + (id)RoundCornerBtnWithTitle:(NSString *)title bgColor:(UIColor *)bgColor; @end